[libc-commits] [libc] d374d47 - [libc][obvious] fix new assert typo
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Apr 10 10:03:03 PDT 2023
Author: Michael Jones
Date: 2023-04-10T10:02:47-07:00
New Revision: d374d474698001784d0bc0fce4ddfd08fe7d3545
URL: https://github.com/llvm/llvm-project/commit/d374d474698001784d0bc0fce4ddfd08fe7d3545
DIFF: https://github.com/llvm/llvm-project/commit/d374d474698001784d0bc0fce4ddfd08fe7d3545.diff
LOG: [libc][obvious] fix new assert typo
Added:
Modified:
libc/src/assert/assert.h
Removed:
################################################################################
diff --git a/libc/src/assert/assert.h b/libc/src/assert/assert.h
index 71b7e56f9cd52..c1f325d8593bc 100644
--- a/libc/src/assert/assert.h
+++ b/libc/src/assert/assert.h
@@ -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
diff erently, causing
diff erent
// behavior.
More information about the libc-commits
mailing list