[ORC-RT] Fix type name in comment. NFC.

This commit is contained in:
Lang Hames 2025-03-05 09:11:09 +11:00
parent 316f68f7f2
commit a22881c9db

View File

@ -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.