Change wording

This commit is contained in:
DataHoarder 2021-10-23 13:16:52 +02:00
parent 609c0b00e7
commit d3cd980e4b

View file

@ -5,7 +5,7 @@
int main() {
auto entries = PCIEDevice::DeviceEntry::find();
std::cout << "Found " << entries.size() << " FM10K device(s)." << std::endl;
std::cout << "Found " << entries.size() << " FM10K management device(s)." << std::endl;
for(auto& entry : entries){
auto dev = std::make_unique<PCIEDevice>(entry);