Fix spelling mistake in message.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 24 Nov 2004 00:51:43 +0000 (00:51 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 24 Nov 2004 00:51:43 +0000 (00:51 +0000)
src/userprog/process.c

index 36c1bd0582437d280e630788d605ab9f87409bd1..78b3122b1b6e1dcb1db9ce12d804e46383785a71 100644 (file)
@@ -227,7 +227,7 @@ load (const char *filename, void (**eip) (void), void **esp)
   if (ehdr.e_machine != 3)
     LOAD_ERROR (("ELF executable is not x86"));
   if (ehdr.e_version != 1)
-    LOAD_ERROR (("ELF executable hasunknown version %d",
+    LOAD_ERROR (("ELF executable has unknown version %d",
                  (int) ehdr.e_version));
   if (ehdr.e_phentsize != sizeof (struct Elf32_Phdr))
     LOAD_ERROR (("bad ELF program header size"));