From 24dc0389da3970e83e4908039957567e55f9ea05 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 16 Jan 2012 12:53:39 +1000 Subject: [PATCH] include: Fix comment typo Signed-off-by: Peter Hutterer --- include/inputstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */