Skip to content

Commit f84d231

Browse files
authored
[orc-rt] Fix typo in include guard comment. NFC. (#156869)
1 parent 83ca877 commit f84d231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orc-rt/include/orc-rt-c/WrapperFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ static inline const char *orc_rt_WrapperFunctionBufferGetOutOfBandError(
175175

176176
ORC_RT_C_EXTERN_C_END
177177

178-
#endif /* ORC_RT_WRAPPERFUNCTION_H */
178+
#endif /* ORC_RT_C_WRAPPERFUNCTION_H */

0 commit comments

Comments
 (0)