]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix comment typos.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 8 Jun 2021 19:30:48 +0000 (21:30 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 8 Jun 2021 19:30:48 +0000 (21:30 +0200)
(cherry picked from commit 0a714543136de97c7fd34f1c6ac1592dc5036879)

pkcs1-sec-decrypt.c

index 16833691f59ac1447ff58afd758a2e042ffaef01..942a2bd39633b92296ee192e8db19bac8ce76ff4 100644 (file)
@@ -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++)
     {