[PATCH xorg-gtest] Drop mentioning of uTouch-Evemu in comments, rename to evemu

Peter Hutterer peter.hutterer at who-t.net
Sun Aug 12 23:26:54 PDT 2012


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 include/xorg/gtest/evemu/xorg-gtest-device.h | 8 ++++----
 1 file 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.
    */
-- 
1.7.11.2



More information about the xorg-devel mailing list