summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-06-18 11:24:24 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-06-18 11:24:24 +0200
commit2752c003604e907f2a6776ff794a72845d1b5949 (patch)
tree19373b4bb36ef7d9d68d8e6ef3c259b12f7600d8
parent0463e0bcc262c7a4709b43312f15adaaaaaa88f9 (diff)
downloadmtdev-git-2752c003604e907f2a6776ff794a72845d1b5949.tar.gz
Correct minor semantic documentation error in mtdev_close()
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-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);