Module Name: src Committed By: dholland Date: Tue Jan 26 06:27:38 UTC 2016
Modified Files: src/sys/sys: wdog.h Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/sys/wdog.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/wdog.h diff -u src/sys/sys/wdog.h:1.5 src/sys/sys/wdog.h:1.6 --- src/sys/sys/wdog.h:1.5 Sat Jan 23 01:26:14 2016 +++ src/sys/sys/wdog.h Tue Jan 26 06:27:38 2016 @@ -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 @@ struct wdog_mode { /* * 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. */