include: Fix comment typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
954bb99484
commit
24dc0389da
|
@ -544,7 +544,7 @@ typedef struct _DeviceIntRec {
|
||||||
DeviceRec public;
|
DeviceRec public;
|
||||||
DeviceIntPtr next;
|
DeviceIntPtr next;
|
||||||
Bool startup; /* true if needs to be turned on at
|
Bool startup; /* true if needs to be turned on at
|
||||||
server intialization time */
|
server initialization time */
|
||||||
DeviceProc deviceProc; /* proc(DevicePtr, DEVICE_xx). It is
|
DeviceProc deviceProc; /* proc(DevicePtr, DEVICE_xx). It is
|
||||||
used to initialize, turn on, or
|
used to initialize, turn on, or
|
||||||
turn off the device */
|
turn off the device */
|
||||||
|
|
Loading…
Reference in New Issue