aboutsummaryrefslogtreecommitdiff
path: root/platform/shared/include/chre/platform/shared/memory_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/shared/include/chre/platform/shared/memory_debug.h')
-rw-r--r--platform/shared/include/chre/platform/shared/memory_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/shared/include/chre/platform/shared/memory_debug.h b/platform/shared/include/chre/platform/shared/memory_debug.h
index 898ddeda..9976f359 100644
--- a/platform/shared/include/chre/platform/shared/memory_debug.h
+++ b/platform/shared/include/chre/platform/shared/memory_debug.h
@@ -88,7 +88,7 @@ inline void *debugAlloc(MemoryAllocFunction *allocFunc, size_t size) {
/**
* Free memory previously allocated from debugAlloc, but first perform some
- * consistency checks, triggering ERR_FATAL if they fail.
+ * sanity checks, triggering ERR_FATAL if they fail.
*
* @param freeFunc Function to call to actually free memory (e.g. free)
* @param pointer Pointer previously returned by debugAlloc