aboutsummaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/extent.h
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2014-12-08 14:40:14 -0800
committerJason Evans <je@fb.com>2014-12-08 16:34:04 -0800
commite12eaf93dca308a426c182956197b0eeb5f2cff3 (patch)
tree3b0ab8f083abdfcd145b16d092f3d50d1b6df373 /include/jemalloc/internal/extent.h
parent59cd80e6c6e36c26a880e86f6cde9f71808b256c (diff)
downloadjemalloc-e12eaf93dca308a426c182956197b0eeb5f2cff3.tar.gz
Style and spelling fixes.
Diffstat (limited to 'include/jemalloc/internal/extent.h')
-rw-r--r--include/jemalloc/internal/extent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/extent.h b/include/jemalloc/internal/extent.h
index 5b00076..cbfc20a 100644
--- a/include/jemalloc/internal/extent.h
+++ b/include/jemalloc/internal/extent.h
@@ -24,7 +24,7 @@ struct extent_node_s {
/* Total region size. */
size_t size;
- /* Arena from which this extent came, if any */
+ /* Arena from which this extent came, if any. */
arena_t *arena;
/* True if zero-filled; used by chunk recycling code. */