Changeset 5478

Show
Ignore:
Timestamp:
11/30/08 18:14:50 (4 years ago)
Author:
khali
Message:

Minor comment fix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5477 r5478  
    17101710 
    17111711# $_[0] is the sought value 
    1712 # @_[1..] is the list to seek in 
     1712# $_[1..] is the list to seek in 
    17131713# Returns: 1 if found, 0 if not. 
    17141714sub contains 
     
    17641764} 
    17651765 
    1766 # @_[0]: Reference to list 1 
    1767 # @_[1]: Reference to list 2 
     1766# $_[0]: Reference to list 1 
     1767# $_[1]: Reference to list 2 
    17681768# Result: 0 if they have no elements in common, 1 if they have 
    17691769# Elements must be numeric.