diff options
author | Jason Evans <je@fb.com> | 2010-12-18 02:07:53 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2010-12-18 02:07:53 (GMT) |
commit | 8ad0eacfb351af990ae021f219b7b88d70aede41 (patch) | |
tree | 18ee8ccb41956b283f96ca32609d5e276e4c3781 /jemalloc/src | |
parent | 2a6f2af6e446a98a635caadd281a23ca09a491cb (diff) | |
download | jemalloc-8ad0eacfb351af990ae021f219b7b88d70aede41.zip jemalloc-8ad0eacfb351af990ae021f219b7b88d70aede41.tar.gz jemalloc-8ad0eacfb351af990ae021f219b7b88d70aede41.tar.bz2 |
Update various comments.
Diffstat (limited to 'jemalloc/src')
-rw-r--r-- | jemalloc/src/jemalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jemalloc/src/jemalloc.c b/jemalloc/src/jemalloc.c index 2aebc51..f5434c7 100644 --- a/jemalloc/src/jemalloc.c +++ b/jemalloc/src/jemalloc.c @@ -421,8 +421,8 @@ malloc_conf_init(void) if ((opts = getenv(envname)) != NULL) { /* * Do nothing; opts is already initialized to - * the value of the JEMALLOC_OPTIONS - * environment variable. + * the value of the MALLOC_CONF environment + * variable. */ } else { /* No configuration specified. */ |