commit | 0458df244461788b4502698ac690824c6ed1381f | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Jun 03 15:33:32 2007 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Jun 03 15:33:32 2007 +0000 |
tree | 12cbc321e5cb3638706f76864aef4859c696a043 | |
parent | 6b078dfd60f160b038c60d8c2d290feec1b49548 [diff] [blame] |
Fix typo in comment. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2933 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/linux-user/linuxload.c b/linux-user/linuxload.c index 2d20c00..34fa10d 100644 --- a/linux-user/linuxload.c +++ b/linux-user/linuxload.c
@@ -1,4 +1,4 @@ -/* Code for loading Linux executables. Mostly linux kenrel code. */ +/* Code for loading Linux executables. Mostly linux kernel code. */ #include <sys/types.h> #include <sys/stat.h>