mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Correct typo
- Replace "aligMent" with correct "aligNMent" Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
dea671a04c
commit
5477cb6b8c
@ -173,7 +173,7 @@ TEST_F(WddmMemoryManagerDevicePoolAlignmentTests, givenAllocationLessThen2MbWhen
|
||||
testAlignment(size, expectedAlignment);
|
||||
}
|
||||
|
||||
TEST_F(WddmMemoryManagerDevicePoolAlignmentTests, givenTooMuchMemoryWastedOn2MbAligmentWhenAllocationInDevicePoolIsCreatedThenUse64kbAlignment) {
|
||||
TEST_F(WddmMemoryManagerDevicePoolAlignmentTests, givenTooMuchMemoryWastedOn2MbAlignmentWhenAllocationInDevicePoolIsCreatedThenUse64kbAlignment) {
|
||||
const float threshold = 0.1f;
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user