Skip to content

Commit 8c44953

Browse files
committed
Use proper name
1 parent b269d41 commit 8c44953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

offload/liboffload/API/Symbol.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def : Function {
5050
"required for the given query."
5151
];
5252
let params = [
53-
Param<"ol_symbol_handle_t", "Event", "handle of the symbol", PARAM_IN>,
53+
Param<"ol_symbol_handle_t", "Symbol", "handle of the symbol", PARAM_IN>,
5454
Param<"ol_symbol_info_t", "PropName", "type of the info to retrieve", PARAM_IN>,
5555
Param<"size_t", "PropSize", "the number of bytes pointed to by PropValue.", PARAM_IN>,
5656
TypeTaggedParam<"void*", "PropValue", "array of bytes holding the info. "
@@ -75,7 +75,7 @@ def : Function {
7575
let desc = "Returns the storage size of the given symbol query.";
7676
let details = [];
7777
let params = [
78-
Param<"ol_symbol_handle_t", "Event", "handle of the symbol", PARAM_IN>,
78+
Param<"ol_symbol_handle_t", "Symbol", "handle of the symbol", PARAM_IN>,
7979
Param<"ol_symbol_info_t", "PropName", "type of the info to query", PARAM_IN>,
8080
Param<"size_t*", "PropSizeRet", "pointer to the number of bytes required to store the query", PARAM_OUT>
8181
];

0 commit comments

Comments
 (0)