X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fmd5.h;h=75966cac6f75b82241b624074ff596e8315ab5e4;hb=ebf90207fdec0fbc8da266d548605cca16726a2c;hp=6980a1f9cd26fb02e33e0c6dc619e08a4209661d;hpb=b5b7b2641b00a18b53c48a1335846133f1d53168;p=libucw.git diff --git a/ucw/md5.h b/ucw/md5.h index 6980a1f9..75966cac 100644 --- a/ucw/md5.h +++ b/ucw/md5.h @@ -27,7 +27,7 @@ void md5_init(md5_context *context); /** Initialize the MD5 hashing algorithm in */ void md5_update(md5_context *context, const byte *buf, uns len); /** - * Call this after the last md5_update(). It will terminate the + * Call this after the last @md5_update(). It will terminate the * algorithm and return a pointer to the result. * * Note that the data it points to are stored inside the @context, so