[compiler-rt] a22881c - [ORC-RT] Fix type name in comment. NFC.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 5 21:13:17 PST 2025
Author: Lang Hames
Date: 2025-03-06T16:13:10+11:00
New Revision: a22881c9db07daa0e6a02f6be016a74742bc0654
URL: https://github.com/llvm/llvm-project/commit/a22881c9db07daa0e6a02f6be016a74742bc0654
DIFF: https://github.com/llvm/llvm-project/commit/a22881c9db07daa0e6a02f6be016a74742bc0654.diff
LOG: [ORC-RT] Fix type name in comment. NFC.
Added:
Modified:
compiler-rt/include/orc_rt/c_api.h
Removed:
################################################################################
diff --git a/compiler-rt/include/orc_rt/c_api.h b/compiler-rt/include/orc_rt/c_api.h
index 5585cd6086846..f428e94b1a7e8 100644
--- a/compiler-rt/include/orc_rt/c_api.h
+++ b/compiler-rt/include/orc_rt/c_api.h
@@ -62,7 +62,7 @@ typedef union {
* the 'small' state and the content is held in the first Size bytes of
* Data.Value.
*
- * If Size > sizeof(OrtRTCWrapperFunctionResultData) then the value is in the
+ * If Size > sizeof(orc_rt_CWrapperFunctionResultData) then the value is in the
* 'large' state and the content is held in the first Size bytes of the
* memory pointed to by Data.ValuePtr. This memory must have been allocated by
* malloc, and will be freed with free when this value is destroyed.
More information about the llvm-commits
mailing list