Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1671)

Unified Diff: src/untrusted/irt/irt_malloc.c

Issue 12209042: Ensure syscall functions are consistently prefixed with "NaClSys" (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/service_runtime/nacl_text.c ('k') | src/untrusted/irt/irt_memory.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « src/trusted/service_runtime/nacl_text.c ('k') | src/untrusted/irt/irt_memory.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698