From 97184c69652cbbea0f4277ebfcdd584feb470825 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 21 Jun 2011 12:35:50 +0000 Subject: [PATCH] Tiny comment cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42275 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/device/joystick_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/device/joystick_driver.h b/headers/private/device/joystick_driver.h index 5cdb350444..ac6ba655e8 100644 --- a/headers/private/device/joystick_driver.h +++ b/headers/private/device/joystick_driver.h @@ -95,7 +95,7 @@ typedef struct _variable_joystick { // 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;