Skip to content

Commit 5df3ff4

Browse files
Fix formatting
1 parent d7b5e8b commit 5df3ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/string/string_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ find_first_character(const unsigned char *src, unsigned char ch,
190190
// 3. generic - read using clang's internal vector types
191191
// 4. arch - hand-coded per architecture. Possibly in asm, or with intrinsics.
192192
//
193-
//The called implemenation is chosen at build-time by setting
193+
// The called implemenation is chosen at build-time by setting
194194
// LIBC_CONF_{FUNC}_IMPL in config.json
195195
static constexpr auto &string_length_impl =
196196
LIBC_COPT_STRING_LENGTH_IMPL::string_length;

0 commit comments

Comments
 (0)