Skip to content

Commit c90621c

Browse files
committed
Fix small typo
1 parent c83fdd2 commit c90621c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3202,7 +3202,7 @@ static void TestMemoryRequirements()
32023202

32033203
static void TestGetAllocatorInfo()
32043204
{
3205-
wprintf(L"Test vnaGetAllocatorInfo\n");
3205+
wprintf(L"Test vmaGetAllocatorInfo\n");
32063206

32073207
VmaAllocatorInfo allocInfo = {};
32083208
vmaGetAllocatorInfo(g_hAllocator, &allocInfo);

0 commit comments

Comments
 (0)