aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPiJoules <6019989+PiJoules@users.noreply.github.com>2024-06-10 15:00:50 -0700
committerGitHub <noreply@github.com>2024-06-10 15:00:50 -0700
commit076a50ad17ea567154f3e8227ce67ccec0d751d3 (patch)
treea0eb864bed5b307fa65fcc68c28551549e995c38 /libc
parent3c8e0b8874fa3f8c8f84aa7261e905a57ba3d4a8 (diff)
downloadllvm-076a50ad17ea567154f3e8227ce67ccec0d751d3.zip
llvm-076a50ad17ea567154f3e8227ce67ccec0d751d3.tar.gz
llvm-076a50ad17ea567154f3e8227ce67ccec0d751d3.tar.bz2
[NFC][libc][stdlib] LLVM_LIBC_SRC_STDLIB_LDIV_H -> LLVM_LIBC_SRC_STDL… (#95038)
…IB_FREE_H
Diffstat (limited to 'libc')
-rw-r--r--libc/src/stdlib/free.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/stdlib/free.h b/libc/src/stdlib/free.h
index f802f1d..b3970fd 100644
--- a/libc/src/stdlib/free.h
+++ b/libc/src/stdlib/free.h
@@ -17,4 +17,4 @@ void free(void *ptr);
} // namespace LIBC_NAMESPACE
-#endif // LLVM_LIBC_SRC_STDLIB_LDIV_H
+#endif // LLVM_LIBC_SRC_STDLIB_FREE_H