[libc][obvious] fix new assert typo

This commit is contained in:
Michael Jones 2023-04-10 10:01:31 -07:00
parent bfbccfa17c
commit d374d47469

View File

@ -8,7 +8,7 @@
#include "src/assert/__assert_fail.h"
// There is no header guard here since assert is intended to capable of being
// There is no header guard here since assert is intended to be capable of being
// included multiple times with NDEBUG defined differently, causing different
// behavior.