diff options
-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. |