Minor fixes.
authorFlorian Pose <fp@igh-essen.com>
Thu, 24 Jul 2008 08:15:44 +0000
changeset 1141 7ffbca63fc72
parent 1140 cc779f7d2496
child 1142 59be91dfcbe1
Minor fixes.
tool/MasterDevice.h
--- a/tool/MasterDevice.h	Thu Jul 24 08:11:07 2008 +0000
+++ b/tool/MasterDevice.h	Thu Jul 24 08:15:44 2008 +0000
@@ -4,8 +4,8 @@
  *
  ****************************************************************************/
 
-#ifndef __EC_MASTER_H__
-#define __EC_MASTER_H__
+#ifndef __MASTER_DEVICE_H__
+#define __MASTER_DEVICE_H__
 
 #include <stdexcept>
 #include <sstream>
@@ -22,7 +22,7 @@
     friend class MasterDevice;
     
     protected:
-        /** Constructor with std::string parameter. */
+        /** Constructor with stringstream parameter. */
         MasterDeviceException(
                 const stringstream &s /**< Message. */
                 ): runtime_error(s.str()) {}