Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys typo in comment



details:   https://anonhg.NetBSD.org/src/rev/0e922dacae2c
branches:  trunk
changeset: 343242:0e922dacae2c
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Jan 26 06:27:38 2016 +0000

description:
typo in comment

diffstat:

 sys/sys/wdog.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8d9f03e7d719 -r 0e922dacae2c sys/sys/wdog.h
--- a/sys/sys/wdog.h    Tue Jan 26 06:00:10 2016 +0000
+++ b/sys/sys/wdog.h    Tue Jan 26 06:27:38 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdog.h,v 1.5 2016/01/23 01:26:14 dholland Exp $        */
+/*     $NetBSD: wdog.h,v 1.6 2016/01/26 06:27:38 dholland Exp $        */
 
 /*-
  * Copyright (c) 2000 Zembu Labs, Inc.
@@ -54,7 +54,7 @@
 /*
  * GMODE -- get mode of watchdog specified by wm_name.
  *
- * SMODE -- set mode of watchdog specified by wm_mame.  If
+ * SMODE -- set mode of watchdog specified by wm_name.  If
  *          wm_mode is not DISARMED, the watchdog is armed,
  *          if another watchdog is not already running.
  */



Home | Main Index | Thread Index | Old Index