From c52485cf0adf155dce57e69c3eb4e406f7383c6d Mon Sep 17 00:00:00 2001 From: Lang Hames 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 */