2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-29 13:28:01 +00:00

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
This commit is contained in:
Jean Delvare 2008-11-30 17:14:50 +00:00
parent 565eaf5307
commit 0455ac9e1b

View File

@ -1709,7 +1709,7 @@ use vars qw(@cpu_ids);
####################### #######################
# $_[0] is the sought value # $_[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. # Returns: 1 if found, 0 if not.
sub contains sub contains
{ {
@ -1763,8 +1763,8 @@ sub parse_not_to_scan
return sort { $a <=> $b } @res; return sort { $a <=> $b } @res;
} }
# @_[0]: Reference to list 1 # $_[0]: Reference to list 1
# @_[1]: Reference to list 2 # $_[1]: Reference to list 2
# Result: 0 if they have no elements in common, 1 if they have # Result: 0 if they have no elements in common, 1 if they have
# Elements must be numeric. # Elements must be numeric.
sub any_list_match sub any_list_match