From 3a8bae7cf22f8c3e4ee8ec24973bd22dcfcf14e5 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Thu, 23 Dec 2010 21:45:17 +0000 Subject: [PATCH] Fix a typo. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39924 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/drivers/Drivers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */