Commit 0458df244461788b4502698ac690824c6ed1381f

Authored by ths
1 parent 6b078dfd

Fix typo in comment.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2933 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
linux-user/linuxload.c
1   -/* Code for loading Linux executables. Mostly linux kenrel code. */
  1 +/* Code for loading Linux executables. Mostly linux kernel code. */
2 2  
3 3 #include <sys/types.h>
4 4 #include <sys/stat.h>
... ...