Module Name: src
Committed By: mbalmer
Date: Sat Nov 12 16:34:03 UTC 2011
Modified Files:
src/usr.sbin/gpioctl: gpioctl.c
Log Message:
Second part of typo fixing cycle...
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/gpioctl/gpioctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/gpioctl/gpioctl.c
diff -u src/usr.sbin/gpioctl/gpioctl.c:1.17 src/usr.sbin/gpioctl/gpioctl.c:1.18
--- src/usr.sbin/gpioctl/gpioctl.c:1.17 Sat Nov 12 15:44:36 2011
+++ src/usr.sbin/gpioctl/gpioctl.c Sat Nov 12 16:34:03 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: gpioctl.c,v 1.17 2011/11/12 15:44:36 mbalmer Exp $ */
+/* $NetBSD: gpioctl.c,v 1.18 2011/11/12 16:34:03 mbalmer Exp $ */
/*
* Copyright (c) 2008, 2010, 2011 Marc Balmer <[email protected]>
@@ -330,10 +330,10 @@ gpiopulse(int pin, char *gp_name, double
return;
if (gp_name)
- printf("pin %s: pulse at %.f Hz with a %.f%% duty cyclce\n",
+ printf("pin %s: pulse at %.f Hz with a %.f%% duty cycle\n",
gp_name, freq, dc);
else
- printf("pin %d: pulse at %.f Hz with a %.f%% duty cyclce\n",
+ printf("pin %d: pulse at %.f Hz with a %.f%% duty cycle\n",
pin, freq, dc);
}