[libc-commits] [PATCH] D153231: [libc] [NFC] malloc.h: fix include guard typo
Alfred Persson Forsberg via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Jun 18 15:05:23 PDT 2023
alfredfo created this revision.
Herald added projects: libc-project, All.
Herald added a subscriber: libc-commits.
alfredfo requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153231
Files:
libc/src/stdlib/malloc.h
Index: libc/src/stdlib/malloc.h
===================================================================
--- libc/src/stdlib/malloc.h
+++ libc/src/stdlib/malloc.h
@@ -17,4 +17,4 @@
} // namespace __llvm_libc
-#endif // LLVM_LIBC_SRC_STDLIB_LDIV_H
+#endif // LLVM_LIBC_SRC_STDLIB_MALLOC_H
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153231.532486.patch
Type: text/x-patch
Size: 288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230618/8fe4faaa/attachment.bin>
More information about the libc-commits
mailing list