diff options
Diffstat (limited to 'hardinfo2/devices.c')
-rw-r--r-- | hardinfo2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/devices.c b/hardinfo2/devices.c index 30bfb89e..69bd7d70 100644 --- a/hardinfo2/devices.c +++ b/hardinfo2/devices.c @@ -437,7 +437,7 @@ void hi_module_init(void) #if defined(ARCH_i386) || defined(ARCH_x86_64) { static SyncEntry se = { - .fancy_name = "Update CPU flag database", + .fancy_name = "Update CPU feature database", .name = "RecvCPUFlags", .save_to = "cpuflags.conf", .get_data = NULL |