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