Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/gpioctl Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/aaf7f0610867
branches:  trunk
changeset: 771150:aaf7f0610867
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sat Nov 12 15:44:36 2011 +0000

description:
Fix typo.

diffstat:

 usr.sbin/gpioctl/gpioctl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 2ca108e29791 -r aaf7f0610867 usr.sbin/gpioctl/gpioctl.c
--- a/usr.sbin/gpioctl/gpioctl.c        Sat Nov 12 14:51:41 2011 +0000
+++ b/usr.sbin/gpioctl/gpioctl.c        Sat Nov 12 15:44:36 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gpioctl.c,v 1.16 2011/10/03 11:16:48 mbalmer Exp $ */
+/* $NetBSD: gpioctl.c,v 1.17 2011/11/12 15:44:36 mbalmer Exp $ */
 
 /*
  * Copyright (c) 2008, 2010, 2011 Marc Balmer <mbalmer%NetBSD.org@localhost>
@@ -330,10 +330,10 @@
                return;
 
        if (gp_name)
-               printf("pin %s: pulse at %.f Hz with a %.f%% duty cylce\n",
+               printf("pin %s: pulse at %.f Hz with a %.f%% duty cyclce\n",
                    gp_name, freq, dc);
        else
-               printf("pin %d: pulse at %.f Hz with a %.f%% duty cylce\n",
+               printf("pin %d: pulse at %.f Hz with a %.f%% duty cyclce\n",
                    pin, freq, dc);
 }
 



Home | Main Index | Thread Index | Old Index