From c4d53c94b103acfe4437972ca6f997366701215b Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 5 Oct 2008 08:35:38 +0000 Subject: [PATCH] Fix typo. --- stepmania/src/archutils/Darwin/HIDDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/archutils/Darwin/HIDDevice.h b/stepmania/src/archutils/Darwin/HIDDevice.h index 72690a31ac..045de8de75 100644 --- a/stepmania/src/archutils/Darwin/HIDDevice.h +++ b/stepmania/src/archutils/Darwin/HIDDevice.h @@ -76,7 +76,7 @@ private: protected: /* * Each physical device has zero or more logical devices. If this device allows - * a logical device of type (usagePage, usage), then allocated storage as necessary + * a logical device of type (usagePage, usage), then allocate storage as necessary * and return true, otherwise, return false. */ virtual bool AddLogicalDevice( int usagePage, int usage ) = 0;