diff options
Diffstat (limited to 'ksysguard/ksysguardd/Linux/lmsensors.c')
-rw-r--r-- | ksysguard/ksysguardd/Linux/lmsensors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/ksysguardd/Linux/lmsensors.c b/ksysguard/ksysguardd/Linux/lmsensors.c index 0d34d735f..37e41d2a1 100644 --- a/ksysguard/ksysguardd/Linux/lmsensors.c +++ b/ksysguard/ksysguardd/Linux/lmsensors.c @@ -151,7 +151,7 @@ void initLmSensors( struct SensorModul* sm ) strlen( label ) + 1 ); snprintf( p->fullName, BUFFER_SIZE_LMSEN, "lmsensors/%s/%s", scn->prefix, label ); - /* Make sure that name tqcontains only proper characters. */ + /* Make sure that name contains only proper characters. */ for ( s = p->fullName; *s; s++ ) if ( *s == ' ' ) *s = '_'; |