summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIshan Arora <ishan.arora@gravitonresearch.com>2018-01-09 01:33:13 +0530
committerIshan Arora <ishanarora@gmail.com>2018-01-09 01:35:43 +0530
commita42e44738a330783781541411392ba27df88b8b3 (patch)
tree3299e45319f5e029d176b5c839e70e83d99a7e83
parent71bf09aabe93dbe390ebb54c57d3c5b3d627c142 (diff)
downloadgperftools-a42e44738a330783781541411392ba27df88b8b3.tar.gz
typo in docs/tcmalloc.html
-rw-r--r--docs/tcmalloc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tcmalloc.html b/docs/tcmalloc.html
index a0d5ed3..117e05d 100644
--- a/docs/tcmalloc.html
+++ b/docs/tcmalloc.html
@@ -605,7 +605,7 @@ tries to allocate memory from the kernel.</p>
</tr>
<tr valign=top>
- <td><code>TCMALLOC_MEMFS_MAP_PRVIATE</code></td>
+ <td><code>TCMALLOC_MEMFS_MAP_PRIVATE</code></td>
<td>default: false</td>
<td>
If true, use MAP_PRIVATE when mapping via memfs, not MAP_SHARED.