diff --git a/kernel/mars_trans_logger.c b/kernel/mars_trans_logger.c index 1468b81e..6c92e791 100644 --- a/kernel/mars_trans_logger.c +++ b/kernel/mars_trans_logger.c @@ -1406,7 +1406,7 @@ void _fire_one(struct list_head *tmp, bool do_update) #else SIMPLE_CALLBACK(sub_mref, 0); #endif - if (do_update) { // CHECK: shouldnt we do this always? + if (do_update) { // CHECK: shouldn't we do this always? GENERIC_INPUT_CALL(sub_input, mref_put, sub_mref); } }