diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-01-16 12:53:39 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-01-24 13:26:36 +1000 |
commit | 24dc0389da3970e83e4908039957567e55f9ea05 (patch) | |
tree | 296b252d1b4babb7f4b0d72ba1618a8625c57ca7 /include/inputstr.h | |
parent | 954bb994842aa43a0f272858e65036c016b729a4 (diff) |
include: Fix comment typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/inputstr.h')
-rw-r--r-- | include/inputstr.h | 2 |
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 */ |