From ea9cb90150f1f1e732a70fe0edde2d3337db9196 Mon Sep 17 00:00:00 2001 From: Joshua Santosh Ranjan Date: Fri, 21 Feb 2025 11:44:17 +0530 Subject: [PATCH] replace informal "thru" to "through" Signed-off-by: Joshua Santosh Ranjan --- scripts/core/driver.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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."