From dc943c989816b8914f801e168376192832f3f2b6 Mon Sep 17 00:00:00 2001 From: swamishiju Date: Mon, 9 Mar 2026 16:59:30 +0530 Subject: [PATCH] Fixed comment in xorbufout --- wolfcrypt/src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/misc.c b/wolfcrypt/src/misc.c index 910b74ef360..d207e79d4e8 100644 --- a/wolfcrypt/src/misc.c +++ b/wolfcrypt/src/misc.c @@ -427,7 +427,7 @@ WC_MISC_STATIC WC_INLINE void XorWordsOut(wolfssl_word** r, } /* This routine performs a bitwise XOR operation of <*buf> and <*mask> of n -counts, placing the result in <*buf>. */ +counts, placing the result in <*out>. */ WC_MISC_STATIC WC_INLINE void xorbufout(void* out, const void* buf, const void* mask, word32 count)