Fix typo.

This commit is contained in:
Steve Checkoway
2008-10-05 08:35:38 +00:00
parent 5e7ea06c5f
commit c4d53c94b1
+1 -1
View File
@@ -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;