Skip to content

Commit

Permalink
fix typo in coding-style doc
Browse files Browse the repository at this point in the history
"updated" -> "update"

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
  • Loading branch information
James Muir authored and t8m committed Nov 8, 2023
1 parent 0ca537c commit 73e8978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policies/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ as follows:
- Unconditional statements are easier to understand and follow
- It can reduce excessive control structures and nesting
- It avoids errors caused by failing to updated multiple exit points when the code is modified
- It avoids errors caused by failing to update multiple exit points when the code is modified
- It saves the compiler work to optimize redundant code away ;)
For example:
Expand Down

0 comments on commit 73e8978

Please sign in to comment.