Skip to content

Commit c5b72a9

Browse files
committed
Fix a typo in INSTALL.md.
1 parent a32b7bd commit c5b72a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ any of the following arguments (not a definitive list) to 'configure':
269269

270270
Disable the initial-exec TLS model for jemalloc's internal thread-local
271271
storage (on those platforms that support explicit settings). This can allow
272-
jemalloc to be dynamically loaded after program starup (e.g. using dlopen).
272+
jemalloc to be dynamically loaded after program startup (e.g. using dlopen).
273273
Note that in this case, there will be two malloc implementations operating
274274
in the same process, which will almost certainly result in confusing runtime
275275
crashes if pointers leak from one implementation to the other.

0 commit comments

Comments
 (0)