Skip to content

Commit 6e75024

Browse files
Fix typo in ULT
Signed-off-by: Mateusz Jablonski <[email protected]>
1 parent 93f15c0 commit 6e75024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencl/test/unit_test/windows/os_interface_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TEST(osInterfaceTests, whenOsInterfaceSetupGmmInputArgsThenArgsAreSet) {
2626
wddm->init();
2727
EXPECT_NE(nullptr, rootDeviceEnvironment.osInterface.get());
2828

29-
wddm->deviceRegistryPath = "registyPath";
29+
wddm->deviceRegistryPath = "registryPath";
3030
auto expectedRegistryPath = wddm->deviceRegistryPath.c_str();
3131
auto &adapterBDF = wddm->adapterBDF;
3232
adapterBDF.Bus = 0x12;

0 commit comments

Comments
 (0)