From 793bd6620b43c74b29cbdf965bd32fc8ba6e7423 Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 9 Dec 2022 10:36:35 -0800 Subject: [PATCH] Fix unicode char in logging.c. --- 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 f2b9f345f..ef2a76d6d 100644 --- a/wolfcrypt/src/logging.c +++ b/wolfcrypt/src/logging.c @@ -684,7 +684,7 @@ int wc_ERR_remove_state(void) * In case all entries are ignored, the ERR queue will be empty afterwards. * For an empty ERR queue 0 is returned. * - * ìgnore_err` may be NULL, in which case this returns the HEAD values. + * `ignore_err` may be NULL, in which case this returns the HEAD values. * * `flags` is present for OpenSSL compatibility, but will always be * set to 0, since we do not keep flags at ERR entries.