fix: typo

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2025-01-09 12:42:27 +00:00
committed by Compute-Runtime-Automation
parent 7ee8328c1d
commit 7c209e1ff0
8 changed files with 21 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2024 Intel Corporation
* Copyright (C) 2020-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -401,7 +401,7 @@ struct Event : _ze_event_handle_t {
bool isFromIpcPool = false;
bool kmdWaitMode = false;
bool interruptMode = false;
bool isSharableCouterBased = false;
bool isSharableCounterBased = false;
bool mitigateHostVisibleSignal = false;
uint64_t timestampRefreshIntervalInNanoSec = 0;
};