summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-01-16 12:53:39 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-01-24 13:26:36 +1000
commit24dc0389da3970e83e4908039957567e55f9ea05 (patch)
tree296b252d1b4babb7f4b0d72ba1618a8625c57ca7
parent954bb994842aa43a0f272858e65036c016b729a4 (diff)
include: Fix comment typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--include/inputstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inputstr.h b/include/inputstr.h
index 518e2f4f7..c3297db64 100644
--- a/include/inputstr.h
+++ b/include/inputstr.h
@@ -544,7 +544,7 @@ typedef struct _DeviceIntRec {
DeviceRec public;
DeviceIntPtr next;
Bool startup; /* true if needs to be turned on at
- server intialization time */
+ server initialization time */
DeviceProc deviceProc; /* proc(DevicePtr, DEVICE_xx). It is
used to initialize, turn on, or
turn off the device */