Signed-off-by: Francois Gouget fgouget@free.fr --- dlls/winex11.drv/x11drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winex11.drv/x11drv.h b/dlls/winex11.drv/x11drv.h index 1c6b666227f..e4015891369 100644 --- a/dlls/winex11.drv/x11drv.h +++ b/dlls/winex11.drv/x11drv.h @@ -672,7 +672,7 @@ struct x11drv_settings_handler /* get_id() will be called to map a device name, e.g., \.\DISPLAY1 to a driver specific id. * Following functions use this id to identify the device. * - * Return FALSE if the device can not be found and TRUE on success */ + * Return FALSE if the device cannot be found and TRUE on success */ BOOL (*get_id)(const WCHAR *device_name, ULONG_PTR *id);
/* get_modes() will be called to get a list of supported modes of the device of id in modes