diff --git a/headers/os/drivers/Drivers.h b/headers/os/drivers/Drivers.h index 2c3ede8db9..199b173bb0 100644 --- a/headers/os/drivers/Drivers.h +++ b/headers/os/drivers/Drivers.h @@ -115,7 +115,7 @@ enum { B_JOYSTICK_DRIVER_BASE = 8200, /* base for codes in joystick.h */ B_GRAPHIC_DRIVER_BASE = 8300, /* base for codes in graphic_driver.h */ - B_DEVICE_OP_CODES_END = 9999 /* end of Be-defined contol id's */ + B_DEVICE_OP_CODES_END = 9999 /* end of Be-defined control id's */ }; /* B_GET_GEOMETRY data structure */