aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools/elf-reloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/tools/elf-reloc.c')
-rw-r--r--xen/tools/elf-reloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/tools/elf-reloc.c b/xen/tools/elf-reloc.c
index 19a839ee84..80e926f29e 100644
--- a/xen/tools/elf-reloc.c
+++ b/xen/tools/elf-reloc.c
@@ -4,7 +4,7 @@
* Usage: elf-reloc <old base> <new base> <image>
*
* Relocates <image> from <old base> address to <new base> address by
- * frobbing the Elf headers. Segment contents are unmodified!
+ * frobbing the Elf headers. Segment contents are unmodified.
*/
#include <stdio.h>