diff options
author | Dong Xu Wang <wdongxu@linux.vnet.ibm.com> | 2011-11-22 18:06:17 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-12-02 10:50:56 +0000 |
commit | b4916d7b9d6b086d653db090d366ffe2f44c1323 (patch) | |
tree | 084f9746795dfa3cc85be58132841dae4e5e3af6 /linux-user/elfload.c | |
parent | bcb15d9c84a27f23a9b5c20b3c034a3f2fe9e2ac (diff) | |
download | qemu-b4916d7b9d6b086d653db090d366ffe2f44c1323.tar.gz qemu-b4916d7b9d6b086d653db090d366ffe2f44c1323.tar.bz2 qemu-b4916d7b9d6b086d653db090d366ffe2f44c1323.zip |
fix spelling in linux-user sub directory
Cc: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'linux-user/elfload.c')
-rw-r--r-- | linux-user/elfload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 4635bb2e5d..ea61d0d169 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -2339,7 +2339,7 @@ static void fill_auxv_note(struct memelfnote *note, const TaskState *ts) * strictly necessary but we do it here for sake of completeness. */ - /* find out lenght of the vector, AT_NULL is terminator */ + /* find out length of the vector, AT_NULL is terminator */ i = len = 0; do { get_user_ual(val, auxv); |