lemon/bits/array_map.h
changeset 492 9605e051942f
parent 440 88ed40ad0d4f
child 617 4137ef9aacc6
     1.1 --- a/lemon/bits/array_map.h	Thu Jan 01 00:00:00 2009 +0100
     1.2 +++ b/lemon/bits/array_map.h	Mon Feb 23 12:10:26 2009 +0100
     1.3 @@ -135,7 +135,7 @@
     1.4  
     1.5      // \brief Template assign operator.
     1.6      //
     1.7 -    // The given parameter should be conform to the ReadMap
     1.8 +    // The given parameter should conform to the ReadMap
     1.9      // concecpt and could be indiced by the current item set of
    1.10      // the NodeMap. In this case the value for each item
    1.11      // is assigned by the value of the given ReadMap.