X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fhashfunc.c;h=10c29abd67c3cdb7be34a294adfbb20d7820ce93;hb=8da1372a2339f2c606a43e4bdcb48e4c34d84ebc;hp=ad6a6bdf9d0637acbfc76770308581e2f4a37ea0;hpb=49ed04e2e93a6a5b01058638224621d5c07db01c;p=libucw.git diff --git a/lib/hashfunc.c b/lib/hashfunc.c index ad6a6bdf..10c29abd 100644 --- a/lib/hashfunc.c +++ b/lib/hashfunc.c @@ -1,6 +1,6 @@ /* - * Hyper-super-meta-alt-control-shift extra fast str_len() and hash_*() - * routines + * UCW Library -- Hyper-super-meta-alt-control-shift extra fast + * str_len() and hash_*() routines * * It is always at least as fast as the classical strlen() routine and for * strings longer than 100 characters, it is substantially faster.