From 85ae064e96387347915973dcc1ac15e553259bc9 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Thu, 13 Aug 2015 14:54:06 -0700 Subject: [PATCH] Fix a comment. --- include/jemalloc/internal/arena.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/jemalloc/internal/arena.h b/include/jemalloc/internal/arena.h index f972e8bc..cb015eed 100644 --- a/include/jemalloc/internal/arena.h +++ b/include/jemalloc/internal/arena.h @@ -54,7 +54,7 @@ struct arena_chunk_map_bits_s { * Run address (or size) and various flags are stored together. The bit * layout looks like (assuming 32-bit system): * - * ???????? ???????? ???nnnnn nnndulma + * ???????? ???????? ???nnnnn nnndumla * * ? : Unallocated: Run address for first/last pages, unset for internal * pages.