Skip to content

Commit 1285ae7

Browse files
Merge pull request #6506 from DimitriPapadopoulos/codespell
Fix typos found by codespell
2 parents 1812d32 + 50752f5 commit 1285ae7

93 files changed

Lines changed: 253 additions & 253 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

IDE/AURIX/user_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ extern unsigned int my_rng_seed_gen(void);
205205
/* use heap allocation for ECC points */
206206
#define ALT_ECC_SIZE
207207

208-
/* wolfSSL will compute the FP_MAX_BITS_ECC, but it can be overriden */
208+
/* wolfSSL will compute the FP_MAX_BITS_ECC, but it can be overridden */
209209
//#define FP_MAX_BITS_ECC (256 * 2)
210210
#endif
211211

IDE/Espressif/ESP-IDF/setup_win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dir %WOLFSSL_ESPIDFDIR%\*.xyzzy 2> nul | findstr \
7373

7474
echo;
7575
echo Equivalalent source directory paths:
76-
:: show the path of the equivalent %VALUE% (search for files that don't exist, supress error, and look for string with "\")
76+
:: show the path of the equivalent %VALUE% (search for files that don't exist, suppress error, and look for string with "\")
7777
dir %BASEDIR%\*.xyzzy 2> nul | findstr \
7878
dir %WOLFSSLLIB_TRG_DIR%\*.xyzzy 2> nul | findstr \
7979
dir %WOLFSSLEXP_TRG_DIR%\*.xyzzy 2> nul | findstr \

IDE/GCC-ARM/Header/user_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ extern "C" {
214214
#else
215215
#undef ALT_ECC_SIZE
216216
#define ALT_ECC_SIZE
217-
/* wolfSSL will compute the FP_MAX_BITS_ECC, but it can be overriden */
217+
/* wolfSSL will compute the FP_MAX_BITS_ECC, but it can be overridden */
218218
//#undef FP_MAX_BITS_ECC
219219
//#define FP_MAX_BITS_ECC (256 * 2)
220220
#endif

IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings_verbose_example.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#undef ALT_ECC_SIZE
8888
#define ALT_ECC_SIZE
8989

90-
/* wolfSSL will compute the FP_MAX_BITS_ECC, but it can be overriden */
90+
/* wolfSSL will compute the FP_MAX_BITS_ECC, but it can be overridden */
9191
/* MAX ECC BITS = ROUND8(MAX ECC) * 2 */
9292
//#undef FP_MAX_BITS_ECC
9393
//#define FP_MAX_BITS_ECC (528 * 2)

IDE/IAR-MSP430/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ Bob init
7878
Successfully generated a common secret
7979
Alices' Secret: 85f3c7f599620c768e6dbb77dc2f8f764254cc1821aeb0a30503632dbc9bdb54
8080
Bobs' Secret: 85f3c7f599620c768e6dbb77dc2f8f764254cc1821aeb0a30503632dbc9bdb54
81-
ChaCha20/Poly1305 Encryption Start, 1000 itterations, 1024 bytes
81+
ChaCha20/Poly1305 Encryption Start, 1000 iterations, 1024 bytes
8282
............................................
8383
End 44 seconds
84-
ChaCha20/Poly1305 Decryption Start, 1000 itterations
84+
ChaCha20/Poly1305 Decryption Start, 1000 iterations
8585
............................................
8686
End 44 seconds
8787
end

IDE/IAR-MSP430/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <msp430f5659.h>
3737

3838
/* Without __root on some of the functions, IAR's "Discard Unused Publics"
39-
will optimze out some of the functions
39+
will optimize out some of the functions
4040
*/
4141
#if defined(__IAR_SYSTEMS_ICC__)
4242
#define IAR_KEEP __root
@@ -304,7 +304,7 @@ int main(void)
304304
wc_FreeRng(&rng);
305305

306306
printf(
307-
"ChaCha20/Poly1305 Encryption Start, 1000 itterations, %d bytes\r\n",
307+
"ChaCha20/Poly1305 Encryption Start, 1000 iterations, %d bytes\r\n",
308308
(int)strlen((const char*)plaintext));
309309
start = seconds;
310310
for (int i=0; i <= 1000; i++) {
@@ -319,7 +319,7 @@ int main(void)
319319
printf("\r\nEnd %d seconds\r\n", seconds - start);
320320

321321
start = seconds;
322-
printf("ChaCha20/Poly1305 Decryption Start, 1000 itterations\r\n");
322+
printf("ChaCha20/Poly1305 Decryption Start, 1000 iterations\r\n");
323323
start = seconds;
324324
for (int i=0; i <= 1000; i++) {
325325
ret = wc_ChaCha20Poly1305_Decrypt(key, iv, aad, sizeof(aad),

IDE/M68K/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ clean: rmo
8484
rm -f $(OUTPUT)/$(NAME).a
8585

8686
help:
87-
@echo "all : exectue compile, link, rmo"
87+
@echo "all : execute compile, link, rmo"
8888
@echo "compile : create .o files"
8989
@echo "link : create .a library from .o files"
9090
@echo "rmo : remove all .o files"

IDE/MCUEXPRESSO/RT1170/fsl_caam_c.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
+ /* initialize descriptor from template */
118118
+ (void)caam_memcpy(descriptor, templateKeyPairECC, sizeof(templateKeyPairECC));
119119
+
120-
+ /* add descriptor lenght in bytes to HEADER descriptor command */
120+
+ /* add descriptor length in bytes to HEADER descriptor command */
121121
+ DESC_HEADER_ADD_DESCLEN(descriptor[0], descriptorSize);
122122
+
123123
+ DESC_SET_ADDR(descriptor[1], (CAAM_ECDSA_KEYGEN_PD | keyType));
@@ -200,7 +200,7 @@
200200
+ /* initialize descriptor from template */
201201
+ (void)caam_memcpy(descriptor, templateSignECC, sizeof(templateSignECC));
202202
+
203-
+ /* add descriptor lenght in bytes to HEADER descriptor command */
203+
+ /* add descriptor length in bytes to HEADER descriptor command */
204204
+ DESC_HEADER_ADD_DESCLEN(descriptor[0], descriptorSize);
205205
+
206206
+ DESC_SET_ADDR(descriptor[1], (CAAM_ECDSA_PD | keyType));
@@ -275,7 +275,7 @@
275275
+ /* initialize descriptor from template */
276276
+ (void)caam_memcpy(descriptor, templateVerifyECC, sizeof(templateVerifyECC));
277277
+
278-
+ /* add descriptor lenght in bytes to HEADER descriptor command */
278+
+ /* add descriptor length in bytes to HEADER descriptor command */
279279
+ DESC_HEADER_ADD_DESCLEN(descriptor[0], descriptorSize);
280280
+
281281
+ DESC_SET_ADDR(descriptor[1], (CAAM_ECDSA_PD | keyType));
@@ -344,7 +344,7 @@
344344
+ /* initialize descriptor from template */
345345
+ (void)caam_memcpy(descriptor, templateAgreeECC, sizeof(templateAgreeECC));
346346
+
347-
+ /* add descriptor lenght in bytes to HEADER descriptor command */
347+
+ /* add descriptor length in bytes to HEADER descriptor command */
348348
+ DESC_HEADER_ADD_DESCLEN(descriptor[0], descriptorSize);
349349
+
350350
+ DESC_SET_ADDR(descriptor[1], (CAAM_ECDSA_KEYGEN_PD | keyType));
@@ -445,7 +445,7 @@
445445
+ /* initialize descriptor from template */
446446
+ (void)caam_memcpy(descriptor, templateBlob, sizeof(templateBlob));
447447
+
448-
+ /* add descriptor lenght in bytes to HEADER descriptor command */
448+
+ /* add descriptor length in bytes to HEADER descriptor command */
449449
+ DESC_HEADER_ADD_DESCLEN(descriptor[0], descriptorSize);
450450
+ descriptor[1] |= keyModSz;
451451
+ DESC_SET_ADDR(descriptor[2], keyMod);

IDE/MCUEXPRESSO/benchmark/source/run_benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static void doBenchmark(void* params)
7878
wolfCrypt_Cleanup();
7979
}
8080
else {
81-
PRINTF("Failied to initialize wolfCrypt\r\n");
81+
PRINTF("Failed to initialize wolfCrypt\r\n");
8282
}
8383
}
8484

IDE/MCUEXPRESSO/wolfcrypt_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ int main(void)
136136
wolfCrypt_Cleanup();
137137
}
138138
else {
139-
PRINTF("Failied to initialize wolfCrypt\r\n");
139+
PRINTF("Failed to initialize wolfCrypt\r\n");
140140
}
141141

142142
#if defined(FREESCALE_KSDK_2_0_TRNG) && defined(FREESCALE_RTC)

0 commit comments

Comments
 (0)