]> xenbits.xensource.com Git - xen.git/commitdiff
libelf: Fix typo in header guard macro
authorPatrick Welche <prlw1@cam.ac.uk>
Tue, 20 Aug 2013 12:43:32 +0000 (14:43 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 20 Aug 2013 12:43:32 +0000 (14:43 +0200)
s/__LIBELF_PRIVATE_H_/__LIBELF_PRIVATE_H__/

Signed-off-by: Patrick Welche <prlw1@cam.ac.uk>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
master commit: 0aec8823501f8ee058c1ba673d2ac3e0f3f2e8db
master date: 2013-08-08 12:47:38 +0100

xen/common/libelf/libelf-private.h

index ea7e197b469f71f479fd7fe41eda7c0d2d535a77..f4b79c713602b376ead541a6b638a844c9601b00 100644 (file)
@@ -14,7 +14,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 #ifndef __LIBELF_PRIVATE_H__
-#define __LIBELF_PRIVATE_H_
+#define __LIBELF_PRIVATE_H__
 
 #ifdef __XEN__
 
@@ -99,7 +99,7 @@ do { strncpy((d),(s),sizeof((d))-1);            \
    * of memcpy, memset, memmove and strcpy.  Every call site
    * must either use elf_mem*_unchecked, or elf_mem*_safe. */
 
-#endif /* __LIBELF_PRIVATE_H_ */
+#endif /* __LIBELF_PRIVATE_H__ */
 
 /*
  * Local variables: