summaryrefslogtreecommitdiffstats
path: root/test/cache_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_common.h')
-rw-r--r--test/cache_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache_common.h b/test/cache_common.h
index acc05f0..24ce509 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -253,7 +253,7 @@ typedef struct flush_op {
typedef enum test_entry_action_t {
TEST_ENTRY_ACTION_NUL = 0, /* No action on entry */
- TEST_ENTRY_ACTION_MOVE /* Entry is beging moved */
+ TEST_ENTRY_ACTION_MOVE /* Entry is being moved */
} test_entry_action_t;
typedef struct test_entry_t {
@@ -372,7 +372,7 @@ typedef struct test_entry_t {
* been resized by a resize flush
* op, and the flush function has
* not yet returned, This field is
- * used to turn off overactive santity
+ * used to turn off overactive sanity
* checking code that would otherwise
* cause a false test failure.
*/