diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 15:33:32 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-03 15:33:32 +0000 |
commit | 0458df244461788b4502698ac690824c6ed1381f (patch) | |
tree | 12cbc321e5cb3638706f76864aef4859c696a043 /linux-user | |
parent | 6b078dfd60f160b038c60d8c2d290feec1b49548 (diff) | |
download | hqemu-0458df244461788b4502698ac690824c6ed1381f.zip hqemu-0458df244461788b4502698ac690824c6ed1381f.tar.gz |
Fix typo in comment.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2933 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/linuxload.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |