We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316f68f commit a22881cCopy full SHA for a22881c
compiler-rt/include/orc_rt/c_api.h
@@ -62,7 +62,7 @@ typedef union {
62
* the 'small' state and the content is held in the first Size bytes of
63
* Data.Value.
64
*
65
- * If Size > sizeof(OrtRTCWrapperFunctionResultData) then the value is in the
+ * If Size > sizeof(orc_rt_CWrapperFunctionResultData) then the value is in the
66
* 'large' state and the content is held in the first Size bytes of the
67
* memory pointed to by Data.ValuePtr. This memory must have been allocated by
68
* malloc, and will be freed with free when this value is destroyed.
0 commit comments