summaryrefslogtreecommitdiff
path: root/include/linux/init.h
diff options
context:
space:
mode:
authorSteven Cole <elenstev@mesatop.com>2003-02-18 05:15:52 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-18 05:15:52 -0800
commitdb774a23df446f623d6d2d1fc53a4a5483a2d166 (patch)
tree115416c18d398a4f196fc3b4063780f857c89a76 /include/linux/init.h
parentc06d780c586f938fac2e47b9f955a7366e9c7302 (diff)
[PATCH] spelling fix for compatable -> compatible
This patch provides the following spelling fixes. compatable -> compatible compatability -> compatibility
Diffstat (limited to 'include/linux/init.h')
-rw-r--r--include/linux/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/init.h b/include/linux/init.h
index a3ad7dd1a38f..5eb2cd149034 100644
--- a/include/linux/init.h
+++ b/include/linux/init.h
@@ -71,7 +71,7 @@ typedef void (*exitcall_t)(void);
/* initcalls are now grouped by functionality into separate
* subsections. Ordering inside the subsections is determined
* by link order.
- * For backwards compatability, initcall() puts the call in
+ * For backwards compatibility, initcall() puts the call in
* the device init subsection.
*/