From 0455ac9e1b8045a6b2e1cf5490bbbbf35e962f51 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sun, 30 Nov 2008 17:14:50 +0000 Subject: [PATCH] Minor comment fix. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5478 7894878c-1315-0410-8ee3-d5d059ff63e0 --- prog/detect/sensors-detect | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 08d58015..502f5bbf 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -1709,7 +1709,7 @@ use vars qw(@cpu_ids); ####################### # $_[0] is the sought value -# @_[1..] is the list to seek in +# $_[1..] is the list to seek in # Returns: 1 if found, 0 if not. sub contains { @@ -1763,8 +1763,8 @@ sub parse_not_to_scan return sort { $a <=> $b } @res; } -# @_[0]: Reference to list 1 -# @_[1]: Reference to list 2 +# $_[0]: Reference to list 1 +# $_[1]: Reference to list 2 # Result: 0 if they have no elements in common, 1 if they have # Elements must be numeric. sub any_list_match