diff options
author | hitstergtd <hitstergtd@users.noreply.github.com> | 2016-04-18 10:08:39 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-04-18 22:47:45 (GMT) |
commit | eb68842dafb6d86e8310b1db9ca0467d577091b1 (patch) | |
tree | 9808833cda32115f45933b695153313325c7da88 /doc/jemalloc.xml.in | |
parent | b6e07d2389d97c98c353fea4f04ec68a7d5a13a0 (diff) | |
download | jemalloc-eb68842dafb6d86e8310b1db9ca0467d577091b1.zip jemalloc-eb68842dafb6d86e8310b1db9ca0467d577091b1.tar.gz jemalloc-eb68842dafb6d86e8310b1db9ca0467d577091b1.tar.bz2 |
Doc typo fixes.
Diffstat (limited to 'doc/jemalloc.xml.in')
-rw-r--r-- | doc/jemalloc.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 63088cd..9814c22 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1024,7 +1024,7 @@ for (i = 0; i < nbins; i++) { allocate memory during application initialization and then deadlock internally when jemalloc in turn calls <function>atexit<parameter/></function>, so this option is not - univerally usable (though the application can register its own + universally usable (though the application can register its own <function>atexit<parameter/></function> function with equivalent functionality). Therefore, this option should only be used with care; it is primarily intended as a performance tuning aid during application @@ -1328,7 +1328,7 @@ malloc_conf = "xmalloc:true";]]></programlisting> option. Note that <function>atexit<parameter/></function> may allocate memory during application initialization and then deadlock internally when jemalloc in turn calls <function>atexit<parameter/></function>, so - this option is not univerally usable (though the application can + this option is not universally usable (though the application can register its own <function>atexit<parameter/></function> function with equivalent functionality). This option is disabled by default.</para></listitem> @@ -2070,7 +2070,7 @@ typedef struct { [<option>--enable-prof</option>] </term> <listitem><para>Average number of bytes allocated between - inverval-based profile dumps. See the + interval-based profile dumps. See the <link linkend="opt.lg_prof_interval"><mallctl>opt.lg_prof_interval</mallctl></link> option for additional information.</para></listitem> |