Index: src/untrusted/irt/irt_malloc.c |
diff --git a/src/untrusted/irt/irt_malloc.c b/src/untrusted/irt/irt_malloc.c |
index b83c8da210d1e430a6a04b57eb20a58c8c6fd1ef..260c064d97c4446e9858c299de4a6f2bd61a85a8 100644 |
--- a/src/untrusted/irt/irt_malloc.c |
+++ b/src/untrusted/irt/irt_malloc.c |
@@ -7,8 +7,8 @@ |
/* |
* This provides a private allocator to be used only within the IRT. |
* This is distinct from the user application's allocators. This |
- * allocator cannot use sbrk (the NaCl sysbrk syscall), which is |
- * reserved for the user application. |
+ * allocator cannot use sbrk (the NaCl brk syscall), which is reserved |
+ * for the user application. |
* |
* NOTE: However, this allocator is exposed to PPAPI applications via the |
* PPB_Core MemAlloc and MemFree function pointers. That should go away. |