Skip to content

Commit bf219b0

Browse files
committed
documentation: memory_managmenet: Remove stray inserted sentence
1 parent dbc9798 commit bf219b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/teaching/lectures/memory-management.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ Small allocations
241241
geometric distribution of caches with fixed-size can be used
242242

243243
* Reduces the memory allocation foot-print since we are searching a
244-
much smaller memory area - object caches are, compared to buddy
245-
which can span over a larger area
244+
much smaller memory area, compared to buddy which can span over a
245+
larger area
246246

247247
* Employs cache optimization techniques (slab coloring)
248248

0 commit comments

Comments
 (0)