]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix comment typos.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 9 May 2021 18:09:59 +0000 (20:09 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 9 May 2021 18:09:59 +0000 (20:09 +0200)
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++)
     {