Skip to content

Commit 9fd2e2b

Browse files
namepace --> namespace
1 parent 1f2d783 commit 9fd2e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/string/memory_utils/aarch64/inline_strlen.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace internal::arch_vector {
1717
#include "src/__support/CPP/bit.h" // countr_zero
1818
#include <arm_neon.h>
1919
#include <stddef.h> // size_t
20-
namepace neon {
20+
namespace neon {
2121
[[maybe_unused]] LIBC_NO_SANITIZE_OOB_ACCESS LIBC_INLINE static size_t
2222
string_length(const char *src) {
2323
using Vector __attribute__((may_alias)) = uint8x8_t;

0 commit comments

Comments
 (0)