diff options
author | Richard Braun <rbraun@sceen.net> | 2017-06-15 22:17:20 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-06-15 22:17:20 +0200 |
commit | ad28762f765cb4ca01f5d495c081f8ccab7c5da6 (patch) | |
tree | 7517187fdd1b273e44cf854453b63899a07ee7c5 | |
parent | f7dd911ee2c78b9fc856e88afae8edc101b25844 (diff) |
doc/style(9): fix typo
-rw-r--r-- | doc/style.9.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.9.txt b/doc/style.9.txt index 101f3406..18ddfa5c 100644 --- a/doc/style.9.txt +++ b/doc/style.9.txt @@ -321,7 +321,7 @@ NAMES First of all, use underscores instead of camel case to separate words in compound names. Function and variable names are in lower case. Macro -names generally are in upper caser, except for macros which behave +names generally are in upper case, except for macros which behave strictly like functions and could be replaced with inline functions with no API change. |