]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/bsd-mem.h
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[mirror_qemu.git] / bsd-user / bsd-mem.h
index c3e72e3b866e1a5b97a73e726ea526ae20652ecd..21d9bab889372ff517a73cd78b19a46c9c09a6f5 100644 (file)
@@ -235,7 +235,7 @@ static inline abi_long do_obreak(abi_ulong brk_val)
         return target_brk;
     }
 
-    /* Release heap if necesary */
+    /* Release heap if necessary */
     if (new_brk < old_brk) {
         target_munmap(new_brk, old_brk - new_brk);