diff --git a/fs/api_sys.js b/fs/api_sys.js index e3c72bd..a4bc573 100644 --- a/fs/api_sys.js +++ b/fs/api_sys.js @@ -12,7 +12,7 @@ let Sys = { return buf; }, - // ## **`Sys.calloc(nmemb, size)`** + // ## **`Sys.malloc(size)`** // Allocate a memory region. // Note: currently memory allocated this way must be explicitly released with // `free()`.