commit | d2db09f435947b5dc12901390e782d68ba3baf77 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jun 04 12:31:12 2018 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jun 04 12:31:12 2018 +0200 |
tree | 65a720f0dfb0e52c3962c15c620972439197dad3 | |
parent | 9c82e2ce49d466ee37db2fde177a84d49c095631 [diff] [blame] |
Fix typo in documentation
diff --git a/include/mbedtls/poly1305.h b/include/mbedtls/poly1305.h index abe3690..5c69a81 100644 --- a/include/mbedtls/poly1305.h +++ b/include/mbedtls/poly1305.h
@@ -106,7 +106,7 @@ const unsigned char key[32] ); /** - * \brief This functions feeds an input bufer into an ongoing + * \brief This functions feeds an input buffer into an ongoing * Poly1305 computation. * * It is called between \c mbedtls_cipher_cmac_starts() and