Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit ea7449f

Browse files
author
Jason Evans
committed
Fix a manual editing error.
1 parent fed1f9f commit ea7449f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/jemalloc.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,8 +1418,8 @@ malloc_conf = "xmalloc:true";]]></programlisting>
14181418
can cause asynchronous string deallocation. Furthermore, each
14191419
invocation of this interface can only read or write; simultaneous
14201420
read/write is not supported due to string lifetime limitations. The
1421-
name string must nil-terminated and comprised only of characters in the
1422-
sets recognized
1421+
name string must be nil-terminated and comprised only of characters in
1422+
the sets recognized
14231423
by <citerefentry><refentrytitle>isgraph</refentrytitle>
14241424
<manvolnum>3</manvolnum></citerefentry> and
14251425
<citerefentry><refentrytitle>isblank</refentrytitle>

0 commit comments

Comments
 (0)