From 0170dd198ae0ef92ae923b454c02259802b78b76 Mon Sep 17 00:00:00 2001 From: David Goldblatt Date: Tue, 20 Jul 2021 08:46:19 -0700 Subject: [PATCH] Edata: Fix a couple typos. Some readability-enhancing whitespace, and a spelling error. --- include/jemalloc/internal/edata.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/jemalloc/internal/edata.h b/include/jemalloc/internal/edata.h index 3a04a9a3..da0774fb 100644 --- a/include/jemalloc/internal/edata.h +++ b/include/jemalloc/internal/edata.h @@ -64,7 +64,7 @@ typedef struct e_prof_info_s e_prof_info_t; /* * The information about a particular edata that lives in an emap. Space is - * more previous there (the information, plus the edata pointer, has to live in + * more precious there (the information, plus the edata pointer, has to live in * a 64-bit word if we want to enable a packed representation. * * There are two things that are special about the information here: @@ -196,6 +196,7 @@ struct edata_s { * into pageslabs). This tracks it. */ hpdata_t *e_ps; + /* * Serial number. These are not necessarily unique; splitting an extent * results in two extents with the same serial number.