From 692c578673dd2bcbed63cc374a77d4eaef704f89 Mon Sep 17 00:00:00 2001 From: Lynix Date: Wed, 30 Jan 2013 01:35:47 +0100 Subject: [PATCH] Fixed comment Former-commit-id: cc18a8a6fa5b7e58cca26910a83c42e81aead576 --- examples/HardwareInfo/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/HardwareInfo/main.cpp b/examples/HardwareInfo/main.cpp index 97047b12b..586067534 100644 --- a/examples/HardwareInfo/main.cpp +++ b/examples/HardwareInfo/main.cpp @@ -47,7 +47,7 @@ int main() printCap(oss, "-SSE4.a", NzHardwareInfo::HasCapability(nzProcessorCap_SSE4a)); } else - oss << "Impossible de retrouver les informations de la carte graphique" << std::endl; + oss << "Impossible de retrouver les informations du processeur" << std::endl; oss << std::endl << "--Carte graphique--" << std::endl; // La classe NzOpenGL nous donne accès à des informations sur la carte graphique