X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sha1.c;h=4cbbee3ece029e2ae217c63e9b6f1f5fa1c02242;hp=bc2ec336fe353de3c2bb3853203e659b0a73385e;hb=43f6a50eb9573ce1b8a7f008de73b51ff57f8260;hpb=f6f50d03a09d6bc423324206d274336e9905bbb4 diff --git a/sha1.c b/sha1.c index bc2ec336..4cbbee3e 100644 --- a/sha1.c +++ b/sha1.c @@ -6,7 +6,7 @@ /** * Compute the sha1 hash. * - * \param data Pointer to the data to compute the hash valure from. + * \param data Pointer to the data to compute the hash value from. * \param len The length of \a data in bytes. * \param sha1 Result pointer *