changeset 150:163841d800b9

Bug 2862: Typo in header guard macro name. Reviewed-by: ykubota GitHub: https://github.com/HeapStats/heapstats/pull/18
author Yasumasa Suenaga <yasuenag@gmail.com>
date Fri, 26 Feb 2016 21:58:02 +0900
parents ac463161743c
children b59588adef89
files ChangeLog agent/src/arch/x86/heapstats_md_x86.hpp
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 26 21:57:04 2016 +0900
+++ b/ChangeLog	Fri Feb 26 21:58:02 2016 +0900
@@ -1,6 +1,7 @@
 2016-02-26  Yasumasa Suenaga <yasuenag@gmail.com>
 
 	* Bug 2861: Avoid hiding overloaded virtual function warning.
+	* Bug 2862: Typo in header guard macro name.
 
 2016-02-24  Yasumasa Suenaga <yasuenag@gmail.com>
 
--- a/agent/src/arch/x86/heapstats_md_x86.hpp	Fri Feb 26 21:57:04 2016 +0900
+++ b/agent/src/arch/x86/heapstats_md_x86.hpp	Fri Feb 26 21:58:02 2016 +0900
@@ -2,7 +2,7 @@
  * \file heapstats_md_x86.hpp
  * \brief Proxy library for HeapStats backend.
  *        This file implements x86 specific code for loading backend library.
- * Copyright (C) 2014 Yasumasa Suenaga
+ * Copyright (C) 2014-2016 Yasumasa Suenaga
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -21,7 +21,7 @@
  */
 
 #ifndef HEAPSTATS_MD_X86_HPP
-#define HEAPSTATS_MX_X86_HPP
+#define HEAPSTATS_MD_X86_HPP
 
 #include "heapstats_md.hpp"