From 626e25b19eca714487d93ae41c32fbb95b0c5538 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Thu, 23 Dec 2010 22:03:08 +0000 Subject: [PATCH] Remove the apostrophe as pointed out by Urias. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39925 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 199b173bb0..904f33279c 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 control id's */ + B_DEVICE_OP_CODES_END = 9999 /* end of Be-defined control ids */ }; /* B_GET_GEOMETRY data structure */