mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
fix typo in scenariotestscppwinrt.cpp (#7334)
the word is spelled, "resetting".
This commit is contained in:
parent
87bd836886
commit
3eb2d349a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1389,7 +1389,7 @@ static void DeviceLostRecovery() {
|
|||
} catch (...) {
|
||||
}
|
||||
|
||||
// remove all references to the device by reseting the session and binding.
|
||||
// remove all references to the device by resetting the session and binding.
|
||||
session = nullptr;
|
||||
binding = nullptr;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue