Skip to content

Commit c5a8cab

Browse files
c8effrederik-h
authored andcommitted
[libc][NFC] Add the missing angle bracket in wchar.h (llvm#131161)
1 parent 1809e91 commit c5a8cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/hdr/wchar_overlay.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// Overlay mode
1717

18-
// glibc <wchar.h header might provide extern inline definitions for few
18+
// glibc <wchar.h> header might provide extern inline definitions for few
1919
// functions, causing external alias errors. They are guarded by
2020
// `__USE_EXTERN_INLINES` macro. We temporarily disable `__USE_EXTERN_INLINES`
2121
// macro by defining `__NO_INLINE__` before including <wchar.h>.

0 commit comments

Comments
 (0)