From 0d6742a3ec9539ee6173f42041cea425c33af32d Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sun, 18 May 2008 03:02:53 +0000 Subject: [PATCH] It's "useful" not "usefull". --- share/examples/isdn/FAQ | 4 ++-- share/examples/isdn/contrib/convert.sh | 4 ++-- share/examples/libvgl/demo.c | 4 ++-- sys/bus/cam/cam_periph.h | 4 ++-- sys/bus/ppbus/ppbconf.c | 4 ++-- sys/dev/disk/ncr/ncr.c | 4 ++-- sys/dev/video/bktr/CHANGELOG.TXT | 4 ++-- sys/dev/video/bktr/bktr_os.c | 4 ++-- sys/platform/pc32/include/comstats.h | 4 ++-- usr.sbin/adduser/adduser.sh | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/share/examples/isdn/FAQ b/share/examples/isdn/FAQ index 74c67fb3ae..78a9debcd1 100644 --- a/share/examples/isdn/FAQ +++ b/share/examples/isdn/FAQ @@ -6,7 +6,7 @@ last edit-date: [Wed Nov 1 15:08:03 2000] $FreeBSD: src/share/examples/isdn/FAQ,v 1.6.2.2 2002/08/07 10:47:48 blackend Exp $ - $DragonFly: src/share/examples/isdn/FAQ,v 1.5 2007/05/17 08:19:01 swildner Exp $ + $DragonFly: src/share/examples/isdn/FAQ,v 1.6 2008/05/18 03:02:53 pavalos Exp $ -------------------------------------------------------------------------------- @@ -268,7 +268,7 @@ done by the two ppp's. Then ppp closes down, the connection is disconnected and the called system calls back. I've never seen someone actually use the second type due to its obvious -disadvantages. It may be usefull if you travel, call in from an unknown +disadvantages. It may be useful if you travel, call in from an unknown number and want to be called back at that number. Martin Husemann diff --git a/share/examples/isdn/contrib/convert.sh b/share/examples/isdn/contrib/convert.sh index 02e5784cbd..a1e901f262 100644 --- a/share/examples/isdn/contrib/convert.sh +++ b/share/examples/isdn/contrib/convert.sh @@ -6,7 +6,7 @@ # Date: Fr 22 Mai 1998 14:18:40 CEST # # $FreeBSD: src/share/examples/isdn/contrib/convert.sh,v 1.1.2.1 2001/08/10 14:59:47 obrien Exp $ -# $DragonFly: src/share/examples/isdn/contrib/convert.sh,v 1.2 2003/06/17 04:36:57 dillon Exp $ +# $DragonFly: src/share/examples/isdn/contrib/convert.sh,v 1.3 2008/05/18 03:02:53 pavalos Exp $ CAT=/bin/cat RM=/bin/rm @@ -79,7 +79,7 @@ if [ $iF -eq 1 -a $oF -eq 1 -a $mF -eq 1 ] then echo "... and sending it via email to $mailto ..." $UUENCODE $outfilename.wav message.wav | $MAIL -s"new message $outfilename" $mailto && $RM $outfilename.wav - # only usefull when sending over the internet + # only useful when sending over the internet #$GZIP -c $outfilename.wav | $UUENCODE message.zip | $MAIL -s"Nachricht vom ISDN Anrufbeantworter" $mailto && $RM $outfilename.wav fi diff --git a/share/examples/libvgl/demo.c b/share/examples/libvgl/demo.c index 705627d121..e0fa893cbc 100644 --- a/share/examples/libvgl/demo.c +++ b/share/examples/libvgl/demo.c @@ -26,7 +26,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/share/examples/libvgl/demo.c,v 1.4 1999/12/14 08:47:42 billf Exp $ - * $DragonFly: src/share/examples/libvgl/demo.c,v 1.3 2007/08/19 11:39:11 swildner Exp $ + * $DragonFly: src/share/examples/libvgl/demo.c,v 1.4 2008/05/18 03:02:53 pavalos Exp $ */ #include @@ -71,7 +71,7 @@ main(int argc, char **argv) VGLEllipse(VGLDisplay, 256, 0, 256, 256, 63); VGLEllipse(VGLDisplay, 0, 256, 256, 256, 0); - // some text is also usefull + // some text is also useful VGLBitmapString(VGLDisplay, 100,100, "This is text", 63, 0, 0, VGL_DIR_RIGHT); sleep(2); diff --git a/sys/bus/cam/cam_periph.h b/sys/bus/cam/cam_periph.h index 88ba1b880b..f67a134be5 100644 --- a/sys/bus/cam/cam_periph.h +++ b/sys/bus/cam/cam_periph.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/cam/cam_periph.h,v 1.6.2.1 2000/05/07 18:16:49 n_hibma Exp $ - * $DragonFly: src/sys/bus/cam/cam_periph.h,v 1.9 2007/11/28 22:11:02 pavalos Exp $ + * $DragonFly: src/sys/bus/cam/cam_periph.h,v 1.10 2008/05/18 03:02:53 pavalos Exp $ */ #ifndef _CAM_CAM_PERIPH_H @@ -83,7 +83,7 @@ typedef enum { CAM_PERIPH_BIO } cam_periph_type; -/* Generically usefull offsets into the peripheral private area */ +/* Generically useful offsets into the peripheral private area */ #define ppriv_ptr0 periph_priv.entries[0].ptr #define ppriv_ptr1 periph_priv.entries[1].ptr #define ppriv_field0 periph_priv.entries[0].field diff --git a/sys/bus/ppbus/ppbconf.c b/sys/bus/ppbus/ppbconf.c index c95c22d258..5dcaadd88f 100644 --- a/sys/bus/ppbus/ppbconf.c +++ b/sys/bus/ppbus/ppbconf.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/dev/ppbus/ppbconf.c,v 1.17.2.1 2000/05/24 00:20:57 n_hibma Exp $ - * $DragonFly: src/sys/bus/ppbus/ppbconf.c,v 1.11 2006/12/22 23:12:17 swildner Exp $ + * $DragonFly: src/sys/bus/ppbus/ppbconf.c,v 1.12 2008/05/18 03:02:53 pavalos Exp $ * */ #include "opt_ppb_1284.h" @@ -485,7 +485,7 @@ ppb_request_bus(device_t bus, device_t dev, int how) /* restore the context of the device * The first time, ctx.valid is certainly false - * then do not change anything. This is usefull for + * then do not change anything. This is useful for * drivers that do not set there operating mode * during attachement */ diff --git a/sys/dev/disk/ncr/ncr.c b/sys/dev/disk/ncr/ncr.c index 5797e225dc..69b6b82342 100644 --- a/sys/dev/disk/ncr/ncr.c +++ b/sys/dev/disk/ncr/ncr.c @@ -1,7 +1,7 @@ /************************************************************************** ** ** $FreeBSD: src/sys/pci/ncr.c,v 1.155.2.3 2001/03/05 13:09:10 obrien Exp $ -** $DragonFly: src/sys/dev/disk/ncr/ncr.c,v 1.20 2008/03/01 22:03:13 swildner Exp $ +** $DragonFly: src/sys/dev/disk/ncr/ncr.c,v 1.21 2008/05/18 03:02:53 pavalos Exp $ ** ** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family. ** @@ -4879,7 +4879,7 @@ static void ncr_getsync(ncb_p np, u_char sfac, u_char *fakp, u_char *scntl3p) */ fak = (kpc - 1) / div_10M[div] + 1; -#if 0 /* You can #if 1 if you think this optimization is usefull */ +#if 0 /* You can #if 1 if you think this optimization is useful */ per = (fak * div_10M[div]) / clk; diff --git a/sys/dev/video/bktr/CHANGELOG.TXT b/sys/dev/video/bktr/CHANGELOG.TXT index 5f32f7e2d2..613bc7ecb3 100644 --- a/sys/dev/video/bktr/CHANGELOG.TXT +++ b/sys/dev/video/bktr/CHANGELOG.TXT @@ -1,5 +1,5 @@ /* $FreeBSD: src/sys/dev/bktr/CHANGELOG.TXT,v 1.22 2006/08/04 07:56:32 yar Exp $ */ -/* $DragonFly: src/sys/dev/video/bktr/CHANGELOG.TXT,v 1.5 2007/10/03 19:27:08 swildner Exp $ */ +/* $DragonFly: src/sys/dev/video/bktr/CHANGELOG.TXT,v 1.6 2008/05/18 03:02:53 pavalos Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) @@ -286,7 +286,7 @@ Fix row=0/columns=0 bug. From Randal Hopper Add option to block the reset of the MSP34xx audio chip by adding options BKTR_NO_MSP_RESET to the kernel config file. - This is usefull if you run another operating system + This is useful if you run another operating system first to initialise the audio chip, then do a soft reboot. Added for Yuri Gindin diff --git a/sys/dev/video/bktr/bktr_os.c b/sys/dev/video/bktr/bktr_os.c index bd1e26ff01..a51f425942 100644 --- a/sys/dev/video/bktr/bktr_os.c +++ b/sys/dev/video/bktr/bktr_os.c @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/sys/dev/bktr/bktr_os.c,v 1.54 2007/02/23 12:18:34 piso Exp $ - * $DragonFly: src/sys/dev/video/bktr/bktr_os.c,v 1.20 2007/11/13 19:43:32 swildner Exp $ + * $DragonFly: src/sys/dev/video/bktr/bktr_os.c,v 1.21 2008/05/18 03:02:53 pavalos Exp $ */ /* @@ -309,7 +309,7 @@ bktr_attach( device_t dev ) #if defined( BKTR_SIS_VIA_MODE ) if (bootverbose) kprintf("Using SiS/VIA chipset compatibilty mode\n"); - fun = fun | 4; /* Enable SiS/VIA compatibility mode (usefull for + fun = fun | 4; /* Enable SiS/VIA compatibility mode (useful for OPTi chipset motherboards too */ #endif pci_write_config(dev, 0x40, fun, 2); diff --git a/sys/platform/pc32/include/comstats.h b/sys/platform/pc32/include/comstats.h index fd47f0d226..008ab41cee 100644 --- a/sys/platform/pc32/include/comstats.h +++ b/sys/platform/pc32/include/comstats.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/i386/include/comstats.h,v 1.5 1999/08/28 00:44:09 peter Exp $ - * $DragonFly: src/sys/platform/pc32/include/comstats.h,v 1.3 2003/06/28 04:16:03 dillon Exp $ + * $DragonFly: src/sys/platform/pc32/include/comstats.h,v 1.4 2008/05/18 03:02:53 pavalos Exp $ */ #ifndef _COMSTATS_H_ @@ -83,7 +83,7 @@ typedef struct { /* - * Board stats structure. Returns usefull info about the board. + * Board stats structure. Returns useful info about the board. */ #define COM_MAXPANELS 8 diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh index 1ed6071107..4ad966b2d4 100644 --- a/usr.sbin/adduser/adduser.sh +++ b/usr.sbin/adduser/adduser.sh @@ -25,7 +25,7 @@ # Email: Mike Makonnen # # $FreeBSD: src/usr.sbin/adduser/adduser.sh,v 1.31 2007/10/20 00:45:31 mtm Exp $ -# $DragonFly: src/usr.sbin/adduser/adduser.sh,v 1.2 2007/12/28 16:37:10 matthias Exp $ +# $DragonFly: src/usr.sbin/adduser/adduser.sh,v 1.3 2008/05/18 03:02:53 pavalos Exp $ # # err msg @@ -853,7 +853,7 @@ defaultgroups= defaultshell="${DEFAULTSHELL}" # Make sure the user running this program is root. This isn't a security -# measure as much as it is a usefull method of reminding the user to +# measure as much as it is a useful method of reminding the user to # 'su -' before he/she wastes time entering data that won't be saved. # procowner=${procowner:-`/usr/bin/id -u`} -- 2.11.4.GIT