]> git.proxmox.com Git - qemu.git/blobdiff - darwin-user/syscall.c
configure: add '--disable-cocoa' switch
[qemu.git] / darwin-user / syscall.c
index f3cc1f83a6deeb1259dfcecff3e2f0ed0f011484..8a168830e9d89ebdfc2e10c1d002f9415110243f 100644 (file)
@@ -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)