[llvm] [orc-rt] Fix typo in include guard comment. NFC. (PR #156869)
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 4 05:06:15 PDT 2025
https://github.com/lhames created https://github.com/llvm/llvm-project/pull/156869
None
>From c52485cf0adf155dce57e69c3eb4e406f7383c6d Mon Sep 17 00:00:00 2001
From: Lang Hames <lhames at gmail.com>
Date: Thu, 4 Sep 2025 21:46:25 +1000
Subject: [PATCH] [orc-rt] Fix typo in include guard comment. NFC.
---
orc-rt/include/orc-rt-c/WrapperFunction.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orc-rt/include/orc-rt-c/WrapperFunction.h b/orc-rt/include/orc-rt-c/WrapperFunction.h
index 43232741d66ea..b7dbc16978233 100644
--- a/orc-rt/include/orc-rt-c/WrapperFunction.h
+++ b/orc-rt/include/orc-rt-c/WrapperFunction.h
@@ -175,4 +175,4 @@ static inline const char *orc_rt_WrapperFunctionBufferGetOutOfBandError(
ORC_RT_C_EXTERN_C_END
-#endif /* ORC_RT_WRAPPERFUNCTION_H */
+#endif /* ORC_RT_C_WRAPPERFUNCTION_H */
More information about the llvm-commits
mailing list