summaryrefslogtreecommitdiff
path: root/CodingStyle
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-10 16:48:28 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-10 16:48:28 +0200
commitb435a7a1b3fa6eec367d9b48a1f9b9cf13d617fa (patch)
tree356fa886ae7d9cf567e4ef52d7f566d0e437f406 /CodingStyle
parentc251362d31756c6815f5c17b8d0d80bc6c285053 (diff)
docs: minor: fix mentioning of Documentation/
The Documentation/ folder no longer exists. Either everything important can be found in the man pages or other documentation files. Fix the mentioning of Documentation/. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'CodingStyle')
-rw-r--r--CodingStyle2
1 files changed, 1 insertions, 1 deletions
diff --git a/CodingStyle b/CodingStyle
index 31265b4..f92965e 100644
--- a/CodingStyle
+++ b/CodingStyle
@@ -3,7 +3,7 @@
written by Linus.
In general, keep this in mind: (i) simplicity, (ii) brevity, (iii) elegance.
- You are also obliged to treat files in Documentation/ in same quality as code.
+ You are also obliged to treat documentation files in the same quality as code.
Daniel Borkmann