aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-08-27 21:24:41 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-08-27 21:24:41 +0000
commitde0dff07cc4d4130b4bd28f4102bb9a62e2fc792 (patch)
tree15e51749367ccaff170b3dbb7365e3df9cb4451f /xen/tools
parenta6505336e3bad11c6260962c17abf973ffa92cbf (diff)
downloadxen-de0dff07cc4d4130b4bd28f4102bb9a62e2fc792.tar.gz
xen-de0dff07cc4d4130b4bd28f4102bb9a62e2fc792.tar.bz2
xen-de0dff07cc4d4130b4bd28f4102bb9a62e2fc792.zip
bitkeeper revision 1.396 (3f4d2199UsCzVuRmn-0-L6lh9VGYZg)
Many files: Small cleanups. Faster checksum calculation for console UDP packets.
Diffstat (limited to 'xen/tools')
-rw-r--r--xen/tools/elf-reloc.c2
-rw-r--r--xen/tools/figlet/figlet.c4
2 files changed, 3 insertions, 3 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>
diff --git a/xen/tools/figlet/figlet.c b/xen/tools/figlet/figlet.c
index 36cf7509c0..8e79e83170 100644
--- a/xen/tools/figlet/figlet.c
+++ b/xen/tools/figlet/figlet.c
@@ -5,9 +5,9 @@
* This is a HACKED figlet source file for Xen.
*
* Hacked to output C octal strings for inclusion in a header file.
- * Support for opening zippe files is removed.
+ * Support for opening zipped files is removed.
*
- * Go to www.figlet.org for teh unhacked Figlet sources!
+ * Go to www.figlet.org for the unhacked Figlet sources.
*/
/****************************************************************************