You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by gi...@apache.org on 2019/06/29 21:29:00 UTC

[incubator-milagro-crypto-c] branch sonar_review updated: Fixed a type. modified: amcl.h.in

This is an automated email from the ASF dual-hosted git repository.

giorgio pushed a commit to branch sonar_review
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git


The following commit(s) were added to refs/heads/sonar_review by this push:
     new 8a0f98b  Fixed a type. 	modified:   amcl.h.in
8a0f98b is described below

commit 8a0f98b61a35da68d2871fabc4d70d1af9292fb8
Author: Giorgio Zoppi <gi...@gmail.com>
AuthorDate: Sat Jun 29 23:25:56 2019 +0200

    Fixed a type.
    	modified:   amcl.h.in
---
 include/amcl.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/amcl.h.in b/include/amcl.h.in
index f052c30..5f4c830 100644
--- a/include/amcl.h.in
+++ b/include/amcl.h.in
@@ -385,7 +385,7 @@ extern void OCT_toStr(octet *src,char *dst);
  *
 	@param dst string value
 	@param src Octet to be converted
-	@parm n size of the destination buffer
+	@param n size of the destination buffer
  */
 extern void OCT_toStr_n(octet *src, char* dst, size_t n);