| commit | 8ad0eacfb351af990ae021f219b7b88d70aede41 | [log] [tgz] |
|---|---|---|
| author | Jason Evans <je@fb.com> | Fri Dec 17 18:07:53 2010 -0800 |
| committer | Jason Evans <je@fb.com> | Fri Dec 17 18:07:53 2010 -0800 |
| tree | 18ee8ccb41956b283f96ca32609d5e276e4c3781 | |
| parent | 2a6f2af6e446a98a635caadd281a23ca09a491cb [diff] [blame] |
Update various comments.
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 @@ 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. */