summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-08-13 16:26:54 +1000
committerChase Douglas <chase.douglas@canonical.com>2012-08-13 09:35:34 -0700
commit5ebb15981bd81599f380f8a66578c7dc26ad3621 (patch)
tree659d1bb03968e101a9ef04866c6ae7eda9359bef
parentaac17b1b9284fc72604abfc76e3ab3f85eec3bd2 (diff)
Drop mentioning of uTouch-Evemu in comments, rename to evemu
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r--include/xorg/gtest/evemu/xorg-gtest-device.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xorg/gtest/evemu/xorg-gtest-device.h b/include/xorg/gtest/evemu/xorg-gtest-device.h
index 35e5459..223738e 100644
--- a/include/xorg/gtest/evemu/xorg-gtest-device.h
+++ b/include/xorg/gtest/evemu/xorg-gtest-device.h
@@ -44,7 +44,7 @@ namespace evemu {
/**
* @class Device xorg-gtest_device.h xorg/gtest/evemu/xorg-gtest_device.h
*
- * uTouch-Evemu input device for replaying events through the Linux uinput
+ * evemu input device for replaying events through the Linux uinput
* evdev subsystem.
*
* Use the Recording class to play back a specific recording.
@@ -55,7 +55,7 @@ class Device {
/**
* Create a new device context.
*
- * @param [in] path Path to uTouch-Evemu device property file.
+ * @param [in] path Path to evemu device property file.
*
* @throws std::runtime_error if the device property file could not be found
* or the device could not be created.
@@ -64,12 +64,12 @@ class Device {
~Device();
/**
- * Play a uTouch-Evemu recording through the device.
+ * Play a evemu recording through the device.
*
* Plays the recording from the beginning through the end. This call will
* block until the recording has finished.
*
- * @param [in] path Path to uTouch-Evemu recording file.
+ * @param [in] path Path to evemu recording file.
*
* @throws std::runtime_error if playback failed for any reason.
*/