diff --git a/scripts/core/driver.yml b/scripts/core/driver.yml index 900952b32..093bc16eb 100644 --- a/scripts/core/driver.yml +++ b/scripts/core/driver.yml @@ -115,9 +115,9 @@ decl: static ordinal: "0" details: - "The application must call this function or zeInit before calling any other function. (zeInit is [Deprecated] and is replaced by zeInitDrivers)" - - "Calls to zeInit[Deprecated] or InitDrivers will not alter the drivers retrieved thru either api." - - "Drivers init thru zeInit[Deprecated] or InitDrivers will not be reInitialized once init in an application. - The Loader will determine if the already init driver needs to be delivered to the user thru the init type flags." + - "Calls to zeInit[Deprecated] or InitDrivers will not alter the drivers retrieved through either api." + - "Drivers init through zeInit[Deprecated] or InitDrivers will not be reInitialized once init in an application. + The Loader will determine if the already init driver needs to be delivered to the user through the init type flags." - "Already init Drivers will not be uninitialized if the call to InitDrivers does not include that driver's type. Those init drivers which don't match the init flags will not have their driver handles returned to the user in that InitDrivers call." - "If this function or zeInit[Deprecated] is not called, then all other functions will return $X_RESULT_ERROR_UNINITIALIZED."