Cleanup: capitalize NOTE tag

This commit is contained in:
Campbell Barton
2021-11-30 09:10:05 +11:00
parent 4e45265dc6
commit 76471dbd5e
24 changed files with 29 additions and 29 deletions

View File

@@ -55,7 +55,7 @@ class VirtualMemoryAllocator {
/**
* Dynamic memory allocator - allows allocation/deallocation
*
* Note: there are 4 bytes overhead for each allocated yet unused object.
* NOTE: there are 4 bytes overhead for each allocated yet unused object.
*/
template<int N> class MemoryAllocator : public VirtualMemoryAllocator {
private: