[libc] [NFC] malloc.h: fix include guard typo

Differential Revision: https://reviews.llvm.org/D153231
This commit is contained in:
Alfred Persson Forsberg 2023-06-18 23:08:18 +01:00 committed by Sam James
parent 49b61ead47
commit c32ba7d5e0

View File

@ -17,4 +17,4 @@ void *malloc(size_t size);
} // namespace __llvm_libc
#endif // LLVM_LIBC_SRC_STDLIB_LDIV_H
#endif // LLVM_LIBC_SRC_STDLIB_MALLOC_H