logger: fix spelling

This commit is contained in:
Thomas Schoebel-Theuer 2015-09-30 15:17:29 +02:00
parent af6ac736c5
commit 4d8dc3a619

View File

@ -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);
}
}