projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab8897
)
Fix comment typo
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 11 Sep 2013 02:01:05 +0000
(12:01 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 11 Sep 2013 02:06:08 +0000
(12:06 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h
patch
|
blob
|
history
diff --git
a/libevdev/libevdev.h
b/libevdev/libevdev.h
index d31a6b3ad7b1e4da7c56d2da3d362615f2f8dc14..2e8af1070886545515a0bff9b38de586210c43ed 100644
(file)
--- a/
libevdev/libevdev.h
+++ b/
libevdev/libevdev.h
@@
-356,7
+356,7
@@
void libevdev_free(struct libevdev *dev);
* @ingroup init
*/
enum libevdev_log_priority {
- LIBEVDEV_LOG_ERROR = 10, /**< cri
ci
tical errors and application bugs */
+ LIBEVDEV_LOG_ERROR = 10, /**< critical errors and application bugs */
LIBEVDEV_LOG_INFO = 20, /**< informational messages */
LIBEVDEV_LOG_DEBUG = 30, /**< debug information */
};