From: Niels Möller Date: Tue, 8 Jun 2021 19:30:48 +0000 (+0200) Subject: Fix comment typos. X-Git-Tag: nettle_3.8_release_20220602~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=401e0bddb11d1e740da403934084a9b14feae0d0;p=thirdparty%2Fnettle.git Fix comment typos. (cherry picked from commit 0a714543136de97c7fd34f1c6ac1592dc5036879) --- diff --git a/pkcs1-sec-decrypt.c b/pkcs1-sec-decrypt.c index 16833691..942a2bd3 100644 --- a/pkcs1-sec-decrypt.c +++ b/pkcs1-sec-decrypt.c @@ -101,8 +101,8 @@ _pkcs1_sec_decrypt_variable(size_t *length, uint8_t *message, /* length is discovered in a side-channel silent way. * not_found goes to 0 when the terminator is found. - * offset strts at 3 as it includes the terminator and - * the fomat bytes already */ + * offset starts at 3 as it includes the terminator and + * the format bytes already */ offset = 3; for (i = 2; i < padded_message_length; i++) {