mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
codespell fixes.
This commit is contained in:
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@@ -27,4 +27,4 @@ jobs:
|
|||||||
# The exclude_file contains lines of code that should be ignored. This is useful for individual lines which have non-words that can safely be ignored.
|
# The exclude_file contains lines of code that should be ignored. This is useful for individual lines which have non-words that can safely be ignored.
|
||||||
exclude_file: '.codespellexcludelines'
|
exclude_file: '.codespellexcludelines'
|
||||||
# To skip files entirely from being processed, add it to the following list:
|
# To skip files entirely from being processed, add it to the following list:
|
||||||
skip: '*.cproject,*.der,*.mtpj,*.pem,*.vcxproj,.git,*.launch,*.scfg,./IDE/Renesas/cs+/Projects/t4_demo/README_jp.txt'
|
skip: '*.cproject,*.der,*.mtpj,*.pem,*.vcxproj,.git,*.launch,*.scfg,*/README_jp.txt'
|
||||||
|
@@ -18,7 +18,7 @@ static const ASNItem <template>[] = {
|
|||||||
/* <ITEM_0> */ { <depth>, <ASN Type>, <constructed>, <header>, <optional> },
|
/* <ITEM_0> */ { <depth>, <ASN Type>, <constructed>, <header>, <optional> },
|
||||||
...
|
...
|
||||||
};
|
};
|
||||||
/* Named indeces for <template>. */
|
/* Named indices for <template>. */
|
||||||
enum {
|
enum {
|
||||||
<TEMPLATE>_<ITEM_0> = 0,
|
<TEMPLATE>_<ITEM_0> = 0,
|
||||||
<TEMPLATE>_<ITEM_1>,
|
<TEMPLATE>_<ITEM_1>,
|
||||||
|
Reference in New Issue
Block a user