Index: src/libcfa/algorithm
===================================================================
--- src/libcfa/algorithm	(revision 5721a6da612c3a9661eb16d198fe90326b196c40)
+++ src/libcfa/algorithm	(revision 408d460b6eee7c0426d19f157e42b5879e8af665)
@@ -5,5 +5,5 @@
 // file "LICENCE" distributed with Cforall.
 //
-// alorgithm -- 
+// alorgithm --
 //
 // Author           : Peter A. Buhr
@@ -16,8 +16,8 @@
 //---------------------------------------
 
-forall( type T | { int ?<?( T, T ); } )
+forall( type T | { int ?<?( const T, const T ); } )
 T min( const T t1, const T t2 );
 
-forall( type T | { int ?>?( T, T ); } )
+forall( type T | { int ?>?( const T, const T ); } )
 T max( const T t1, const T t2 );
 
