Cleanup: spelling in comments, correct doxy slashes, replace '/w'

This commit is contained in:
2022-09-07 12:52:05 +10:00
parent a5d65200c2
commit da3d1e9165
13 changed files with 36 additions and 37 deletions

View File

@@ -5,7 +5,7 @@
*
* A `blender::Pool` allows fast allocation and deallocation of many elements of the same type.
*
* It is compatible with types that are not moveable.
* It is compatible with types that are not movable.
*
* Freed elements memory will be reused by next allocations.
* Elements are allocated in chunks to reduce memory fragmentation and avoid reallocation.