Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Jenster <[email protected]>
  • Loading branch information
r10r committed Jun 30, 2021
1 parent e751379 commit 67c32d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODING_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ https://www.kernel.org/doc/html/latest/process/coding-style.html
punctuation sign.
- They should be descriptive, without being needlessly long. It is best to just
use already existing error messages as examples.
- The commit message itself is not subject to rule 4), i.e. it should not be
- The error message itself is not subject to rule 4), i.e. it should not be
wrapped at 80chars. This is to make it easy to grep for it.
- Examples of acceptable error messages are:
```C
Expand Down

0 comments on commit 67c32d3

Please sign in to comment.