From e6821077a9e2092e52f8feda218cdd9e93fa80f7 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 30 Nov 2013 08:56:38 +0100 Subject: [PATCH] Fix some typos (duplicate words) in messages. --- games/wump/wump.c | 5 ++--- libexec/bootpd/bootpd.c | 2 +- sys/dev/drm/i915/intel_display.c | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/games/wump/wump.c b/games/wump/wump.c index 15789d9c09..f6f2d2cea7 100644 --- a/games/wump/wump.c +++ b/games/wump/wump.c @@ -33,7 +33,6 @@ * @(#) Copyright (c) 1989, 1993 The Regents of the University of California. All rights reserved. * @(#)wump.c 8.1 (Berkeley) 5/31/93 * $FreeBSD: src/games/wump/wump.c,v 1.13.2.1 2000/08/17 06:24:54 jhb Exp $ - * $DragonFly: src/games/wump/wump.c,v 1.6 2007/04/18 18:32:12 swildner Exp $ */ /* @@ -416,7 +415,7 @@ shoot(char *room_list) } if (roomcnt > 5) { (void)printf( -"The arrow wavers in its flight and and can go no further!\n"); +"The arrow wavers in its flight and can go no further!\n"); break; } next = atoi(p); @@ -460,7 +459,7 @@ The arrow is weakly shot and can go no further!\n"); break; } else if (roomcnt == 4 && chance < 6) { (void)printf( -"The arrow wavers in its flight and and can go no further!\n"); +"The arrow wavers in its flight and can go no further!\n"); break; } } diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index 1df348c1fd..492215ed3c 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -665,7 +665,7 @@ ignoring request for server %s from client at %s address %s", } hlen = haddrlength(bp->bp_htype); if (hlen != bp->bp_hlen) { - report(LOG_NOTICE, "bad addr len from from %s address %s", + report(LOG_NOTICE, "bad addr len from %s address %s", netname(bp->bp_htype), haddrtoa(bp->bp_chaddr, hlen)); } diff --git a/sys/dev/drm/i915/intel_display.c b/sys/dev/drm/i915/intel_display.c index 2d69aca459..9ccc8cbb71 100644 --- a/sys/dev/drm/i915/intel_display.c +++ b/sys/dev/drm/i915/intel_display.c @@ -8937,7 +8937,7 @@ void ironlake_enable_rc6(struct drm_device *dev) */ ret = intel_wait_ring_idle(LP_RING(dev_priv)); if (ret) { - DRM_ERROR("failed to enable ironlake power power savings\n"); + DRM_ERROR("failed to enable ironlake power savings\n"); ironlake_teardown_rc6(dev); DRM_UNLOCK(dev); return; -- 2.41.0