aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/libelf
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2013-08-08 11:43:29 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-08 12:47:38 +0100
commit0aec8823501f8ee058c1ba673d2ac3e0f3f2e8db (patch)
tree5e8628d119e134a2211dd57d0df2792b262dccf9 /xen/common/libelf
parentdd11cc89c5ba53ae8d969037eda8b8c70d20ffa6 (diff)
downloadxen-0aec8823501f8ee058c1ba673d2ac3e0f3f2e8db.tar.gz
xen-0aec8823501f8ee058c1ba673d2ac3e0f3f2e8db.tar.bz2
xen-0aec8823501f8ee058c1ba673d2ac3e0f3f2e8db.zip
libelf: Fix typo in header guard macro
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>
Diffstat (limited to 'xen/common/libelf')
-rw-r--r--xen/common/libelf/libelf-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/common/libelf/libelf-private.h b/xen/common/libelf/libelf-private.h
index ea7e197b46..f4b79c7136 100644
--- a/xen/common/libelf/libelf-private.h
+++ b/xen/common/libelf/libelf-private.h
@@ -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: