]> git.proxmox.com Git - qemu.git/blobdiff - HACKING
VMDK: bugfix, opening vSphere 4 exported image
[qemu.git] / HACKING
diff --git a/HACKING b/HACKING
index 5b4ae10654185a9c0d34d97b142266feb7411334..733eab2dacff10210a5e5140b096b4d91db33dec 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -80,7 +80,7 @@ APIs is not allowed in the QEMU codebase. Instead of these routines,
 use the replacement g_malloc/g_malloc0/g_realloc/g_free or
 qemu_vmalloc/qemu_memalign/qemu_vfree APIs.
 
-Please note that NULL check for the qemu_malloc result is redundant and
+Please note that NULL check for the g_malloc result is redundant and
 that g_malloc() call with zero size is not allowed.
 
 Memory allocated by qemu_vmalloc or qemu_memalign must be freed with