]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sha1.c
Trivial documentation cleanups.
[paraslash.git] / sha1.c
diff --git a/sha1.c b/sha1.c
index bc2ec336fe353de3c2bb3853203e659b0a73385e..449400c1beceffc39ab875d888c1fa6e711503c2 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -6,9 +6,9 @@
 /**
  * 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
+ * \param sha1 Result pointer.
  *
  * \a sha1 must point to an area at least 20 bytes large.
  *