File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,14 +156,14 @@ typedef struct {
156
156
// - pagetable0_t: the top/root level
157
157
// - pagetable1_t: the middle level
158
158
// - pagetable2_t: the bottom/leaf level
159
- // Corresponding to these simlar structures is a large amount of repetetive
159
+ // Corresponding to these simlar structures is a large amount of repetitive
160
160
// code that is nearly the same but not identical. It could be made less
161
- // repetetive with C macros, but only at the cost of debuggability. The specialized
161
+ // repetitive with C macros, but only at the cost of debuggability. The specialized
162
162
// structure of this representation allows us to partially unroll and optimize
163
163
// various conditions at each level.
164
164
165
165
// The following constants define the branching factors at each level.
166
- // They constants and GC_PAGE_LG2 must therefore sum to sizeof(void*).
166
+ // The constants and GC_PAGE_LG2 must therefore sum to sizeof(void*).
167
167
// They should all be multiples of 32 (sizeof(uint32_t)) except that REGION2_PG_COUNT may also be 1.
168
168
#ifdef _P64
169
169
#define REGION0_PG_COUNT (1 << 16)
You can’t perform that action at this time.
0 commit comments