Skip to content

Commit dd662f0

Browse files
committed
[libc++][NFC] Fix typo in comment
1 parent 6382ec1 commit dd662f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/src/locale.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4380,7 +4380,7 @@ static bool checked_string_to_char_convert(char& dest,
43804380
dest = res;
43814381
return true;
43824382
}
4383-
// FIXME: Work around specific multibyte sequences that we can reasonable
4383+
// FIXME: Work around specific multibyte sequences that we can reasonably
43844384
// translate into a different single byte.
43854385
switch (wout) {
43864386
case L'\u202F': // narrow non-breaking space

0 commit comments

Comments
 (0)