This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix string


A tiny little fix for an obvious error...

diff -ru io-orig/watchdog/current/ChangeLog io/watchdog/current/ChangeLog
--- io-orig/watchdog/current/ChangeLog	Wed Apr  2 22:56:03 2003
+++ io/watchdog/current/ChangeLog	Thu Apr  3 00:56:56 2003
@@ -1,3 +1,7 @@
+2003-04-03  Thomas Koeller  <thomas dot koeller at baslerweb dot com>
+
+	* cdl/watchdog.cdl: Turned 'wallclock' into 'watchdog' in string.
+
 2003-04-02  Jonathan Larmour  <jifl at eCosCentric dot com>
 
 	* cdl/watchdog.cdl: Watchdog implementation requirement should be
diff -ru io-orig/watchdog/current/cdl/watchdog.cdl 
io/watchdog/current/cdl/watchdog.cdl
--- io-orig/watchdog/current/cdl/watchdog.cdl	Wed Apr  2 22:56:03 2003
+++ io/watchdog/current/cdl/watchdog.cdl	Thu Apr  3 00:54:28 2003
@@ -94,7 +94,7 @@
         }
 
         cdl_option CYGIMP_WATCHDOG_NONE {
-            display       "No wallclock"
+            display       "No watchdog"
             default_value 0
             implements    CYGINT_WATCHDOG_IMPLEMENTATIONS
             description   "Disables the watchdog."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]