[ORC-RT] Fix a comment.

This commit is contained in:
Lang Hames 2021-06-13 19:31:36 +10:00
parent bf20631782
commit e405db075b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public:
return Tmp;
}
/// Get an ArrayRef covering the data in the result.
/// Get a pointer to the data contained in this instance.
const char *data() const { return __orc_rt_CWrapperFunctionResultData(&R); }
/// Returns the size of the data contained in this instance.