summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mtdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mtdev.h b/include/mtdev.h
index c08248b..98e022a 100644
--- a/include/mtdev.h
+++ b/include/mtdev.h
@@ -229,8 +229,8 @@ void mtdev_get(struct mtdev *dev, struct input_event* ev);
* mtdev_close - close the mtdev converter
* @dev: the mtdev to close
*
- * Deallocates all memory associated with mtdev, and sets the state
- * pointer to NULL.
+ * Deallocates all memory associated with mtdev, and clears the mtdev
+ * structure.
*/
void mtdev_close(struct mtdev *dev);