From 67cab29d816c57cabf3eb45761669f0345ff04cb Mon Sep 17 00:00:00 2001 From: Hideki Miyazaki Date: Thu, 4 Oct 2018 21:02:22 -0700 Subject: [PATCH] fixed typo --- wolfcrypt/src/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/logging.c b/wolfcrypt/src/logging.c index 04d6e4b2d..c03c797ce 100644 --- a/wolfcrypt/src/logging.c +++ b/wolfcrypt/src/logging.c @@ -500,7 +500,7 @@ int wc_PeekErrorNode(int idx, const char **file, const char **reason, * * file pointer to file that error was in. Can be NULL to return no file. * reason error string giving reason for error. Can be NULL to return no reason. - * line retrun line number of where error happened. + * line return line number of where error happened. * * returns the error value on success and BAD_MUTEX_E or BAD_STATE_E on failure */