Skip to content

Commit c32ba7d

Browse files
alfredfothesamesam
authored andcommitted
[libc] [NFC] malloc.h: fix include guard typo
Differential Revision: https://reviews.llvm.org/D153231
1 parent 49b61ea commit c32ba7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/stdlib/malloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ void *malloc(size_t size);
1717

1818
} // namespace __llvm_libc
1919

20-
#endif // LLVM_LIBC_SRC_STDLIB_LDIV_H
20+
#endif // LLVM_LIBC_SRC_STDLIB_MALLOC_H

0 commit comments

Comments
 (0)