[haiku-commits] r42275 - haiku/trunk/headers/private/device

  • From: mmlr@xxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 21 Jun 2011 14:35:51 +0200 (CEST)

Author: mmlr
Date: 2011-06-21 14:35:50 +0200 (Tue, 21 Jun 2011)
New Revision: 42275
Changeset: https://dev.haiku-os.org/changeset/42275

Modified:
   haiku/trunk/headers/private/device/joystick_driver.h
Log:
Tiny comment cleanup.


Modified: haiku/trunk/headers/private/device/joystick_driver.h
===================================================================
--- haiku/trunk/headers/private/device/joystick_driver.h        2011-06-21 
01:53:46 UTC (rev 42274)
+++ haiku/trunk/headers/private/device/joystick_driver.h        2011-06-21 
12:35:50 UTC (rev 42275)
@@ -95,7 +95,7 @@
        // The data is always structured in the following way (see 
extended_joystick
        // for data interpretation):
        //              bigtime_t       timestamp;
-       //              uint32          button_bitmap_blocks[button_block];
+       //              uint32          button_bitmap_blocks[button_blocks];
        //              int16           axes[axis_count];
        //              uint8           hats[hat_count];
        size_t          data_size;


Other related posts:

  • » [haiku-commits] r42275 - haiku/trunk/headers/private/device - mmlr