summaryrefslogtreecommitdiff
path: root/util/cbmem/cbmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/cbmem/cbmem.c')
-rw-r--r--util/cbmem/cbmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c
index ca6a2f4a48..f8da7daa7e 100644
--- a/util/cbmem/cbmem.c
+++ b/util/cbmem/cbmem.c
@@ -258,7 +258,7 @@ static int find_cbmem_entry(uint32_t id, uint64_t *addr, size_t *size)
* passed in memory offset. Could be called recursively in case a forwarding
* entry is found.
*
- * Returns pointer to a memory buffer containg the timestamp table or zero if
+ * Returns pointer to a memory buffer containing the timestamp table or zero if
* none found.
*/