From bcb15d9c84a27f23a9b5c20b3c034a3f2fe9e2ac Mon Sep 17 00:00:00 2001 From: Dong Xu Wang Date: Tue, 22 Nov 2011 18:06:16 +0800 Subject: fix spelling in darwin-user sub directory Signed-off-by: Dong Xu Wang Signed-off-by: Stefan Hajnoczi --- darwin-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'darwin-user/syscall.c') diff --git a/darwin-user/syscall.c b/darwin-user/syscall.c index f3cc1f8..8a16883 100644 --- a/darwin-user/syscall.c +++ b/darwin-user/syscall.c @@ -755,7 +755,7 @@ struct attrbuf_header { static inline void byteswap_attrbuf(struct attrbuf_header *attrbuf, struct attrlist *attrlist) { - DPRINTF("attrBuf.lenght %lx\n", attrbuf->length); + DPRINTF("attrBuf.length %lx\n", attrbuf->length); } static inline void byteswap_statfs(struct statfs *s) -- cgit v1.1