diff options
Diffstat (limited to 'memory/build/replace_malloc.h')
-rw-r--r-- | memory/build/replace_malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memory/build/replace_malloc.h b/memory/build/replace_malloc.h index a61744f60..3e592749a 100644 --- a/memory/build/replace_malloc.h +++ b/memory/build/replace_malloc.h @@ -13,7 +13,7 @@ * environment variables to the library path: * - LD_PRELOAD on Linux, * - DYLD_INSERT_LIBRARIES on OSX, - * - MOZ_REPLACE_MALLOC_LIB on Windows and Android. + * - MOZ_REPLACE_MALLOC_LIB on Windows. * * An initialization function is called before any malloc replacement * function, and has the following declaration: |