summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Docs/00-overview2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/00-overview b/Docs/00-overview
index 654854432..2e727c49b 100644
--- a/Docs/00-overview
+++ b/Docs/00-overview
@@ -75,6 +75,6 @@ Put functions in a logical order, for example any init function first, then
functions it calls, then the next externally available function, functions it
calls, etc.
-We use K&R style, tabs for indent, 80 characters wide,
+We use K&R (2nd edition ANSI C) style, tabs for indent, 80 characters wide,
lower_case_with_underscores.