Skip to content

Commit 81c9a1a

Browse files
sribee8Sriya Pratipati
andauthored
[libc][obvious] Fixed typos in some wchar headers (#146413)
Some of the wchar headers had typos in them. Co-authored-by: Sriya Pratipati <sriyap@google.com>
1 parent 4c7d3e9 commit 81c9a1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/src/wchar/wcpncpy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ wchar_t *wcpncpy(wchar_t *__restrict ws1, const wchar_t *__restrict ws2,
2020

2121
} // namespace LIBC_NAMESPACE_DECL
2222

23-
#endif // LLVM_LIBC_SRC_WCHAR_WCPNsCPY_H
23+
#endif // LLVM_LIBC_SRC_WCHAR_WCPNCPY_H

libc/src/wchar/wcsspn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ size_t wcsspn(const wchar_t *s1, const wchar_t *s2);
1919

2020
} // namespace LIBC_NAMESPACE_DECL
2121

22-
#endif // LLVM_LIBC_SRC_WCHAR_WCSCHR_H
22+
#endif // LLVM_LIBC_SRC_WCHAR_WCSSPN_H

0 commit comments

Comments
 (0)