Skip to content

Commit a22881c

Browse files
committed
[ORC-RT] Fix type name in comment. NFC.
1 parent 316f68f commit a22881c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/include/orc_rt/c_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ typedef union {
6262
* the 'small' state and the content is held in the first Size bytes of
6363
* Data.Value.
6464
*
65-
* If Size > sizeof(OrtRTCWrapperFunctionResultData) then the value is in the
65+
* If Size > sizeof(orc_rt_CWrapperFunctionResultData) then the value is in the
6666
* 'large' state and the content is held in the first Size bytes of the
6767
* memory pointed to by Data.ValuePtr. This memory must have been allocated by
6868
* malloc, and will be freed with free when this value is destroyed.

0 commit comments

Comments
 (0)