Skip to content

Commit

Permalink
fix extendeddevicequeries typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Aug 14, 2023
1 parent 0b09f27 commit dc8cca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/00_extendeddevicequeries/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static void PrintDeviceInfoSummary(
pciInfo.pci_device,
pciInfo.pci_function);
} else {
printf("\tThis device does not support cl_khr_device_uuid.\n");
printf("\tThis device does not support cl_khr_pci_bus_info.\n");
}
}
}
Expand Down

0 comments on commit dc8cca8

Please sign in to comment.