Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2022-08-30 16:20:07 +10:00
parent 24b8ccaa94
commit c29d63aa5e
5 changed files with 9 additions and 9 deletions

View File

@@ -169,7 +169,7 @@ extern unsigned int (*MEM_get_memory_blocks_in_use)(void);
/** Reset the peak memory statistic to zero. */
extern void (*MEM_reset_peak_memory)(void);
/** Get the peak memory usage in bytes, including mmap allocations. */
/** Get the peak memory usage in bytes, including `mmap` allocations. */
extern size_t (*MEM_get_peak_memory)(void) ATTR_WARN_UNUSED_RESULT;
#ifdef __GNUC__