Skip to content

Commit ee62e62

Browse files
committed
typo
1 parent f01702a commit ee62e62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/src/__support/wchar/wcsnrtombs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef LLVM_LIBC_SRC__SUPPORT_WCHAR_WCRTOMB_H
10-
#define LLVM_LIBC_SRC__SUPPORT_WCHAR_WCRTOMB_H
9+
#ifndef LLVM_LIBC_SRC__SUPPORT_WCHAR_WCSNRTOMBS_H
10+
#define LLVM_LIBC_SRC__SUPPORT_WCHAR_WCSNRTOMBS_H
1111

1212
#include "hdr/types/size_t.h"
1313
#include "hdr/types/wchar_t.h"
@@ -24,4 +24,4 @@ ErrorOr<size_t> wcsnrtombs(char *__restrict s, const wchar_t **__restrict pwcs,
2424
} // namespace internal
2525
} // namespace LIBC_NAMESPACE_DECL
2626

27-
#endif // LLVM_LIBC_SRC__SUPPORT_WCHAR_WCRTOMB_H
27+
#endif // LLVM_LIBC_SRC__SUPPORT_WCHAR_WCSNRTOMBS_H

0 commit comments

Comments
 (0)