diff options
Diffstat (limited to 'docs/style-guide.txt')
-rw-r--r-- | docs/style-guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-guide.txt b/docs/style-guide.txt index 7560d6986..a58931ae7 100644 --- a/docs/style-guide.txt +++ b/docs/style-guide.txt | |||
@@ -252,7 +252,7 @@ because it looks like whitespace; using lower-case is easy on the eyes. | |||
252 | Exceptions: | 252 | Exceptions: |
253 | 253 | ||
254 | - Enums, macros, and constant variables are occasionally written in all | 254 | - Enums, macros, and constant variables are occasionally written in all |
255 | upper-case with words optionally seperatedy by underscores (i.e. FIFO_TYPE, | 255 | upper-case with words optionally separated by underscores (i.e. FIFO_TYPE, |
256 | ISBLKDEV()). | 256 | ISBLKDEV()). |
257 | 257 | ||
258 | - Nobody is going to get mad at you for using 'pvar' as the name of a | 258 | - Nobody is going to get mad at you for using 'pvar' as the name of a |