CodingStyle: fix a minor typo
authorRaymond L. Rivera <ray.l.rivera@gmail.com>
Thu, 24 Jul 2014 09:39:44 +0000 (02:39 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 26 Aug 2014 07:35:54 +0000 (09:35 +0200)
There was a minor typo in the CodingStyle document where the word 'section'
had been spelled as 'secton'.

Signed-off-by: Raymond L. Rivera <ray.l.rivera@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/CodingStyle

index 6b6bef31e956d19872639c283d7257b3b3aaf45a..3171822c22a5d4b41d15820398798da52b98a703 100644 (file)
@@ -675,7 +675,7 @@ the ones already enabled by DEBUG.
 Many subsystems have Kconfig debug options to turn on -DDEBUG in the
 corresponding Makefile; in other cases specific files #define DEBUG.  And
 when a debug message should be unconditionally printed, such as if it is
-already inside a debug-related #ifdef secton, printk(KERN_DEBUG ...) can be
+already inside a debug-related #ifdef section, printk(KERN_DEBUG ...) can be
 used.