Fix an error in a comment

This commit is contained in:
Ryan Pavlik
2012-06-28 17:24:22 -05:00
parent 9f6e0cd2c0
commit 300c91398d

View File

@@ -298,7 +298,7 @@ static void clear_dirty_reads(struct wiimote_t* wm) {
/** /**
* @brief Analyze the event that occurred on a wiimote. * @brief Analyze the event that occurred on a wiimote.
* *
* @param wm An array of pointers to wiimote_t structures. * @param wm Pointer to a wiimote_t structure.
* @param event The event that occurred. * @param event The event that occurred.
* @param msg The message specified in the event packet. * @param msg The message specified in the event packet.
* *