Skip to content

Commit

Permalink
[libc] [NFC] malloc.h: fix include guard typo
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D153231
  • Loading branch information
alfredfo authored and thesamesam committed Jun 18, 2023
1 parent 49b61ea commit c32ba7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/src/stdlib/malloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c32ba7d

Please sign in to comment.