From 01f9da81b9443f1e5c8686d40489d96e9d79dd36 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Mon, 13 May 2024 00:32:39 +0000 Subject: [PATCH] s/of of/of/ in comment. --- usr.bin/telnet/ring.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/telnet/ring.c b/usr.bin/telnet/ring.c index eb50720eb5a0..8981feff798a 100644 --- a/usr.bin/telnet/ring.c +++ b/usr.bin/telnet/ring.c @@ -1,4 +1,4 @@ -/* $NetBSD: ring.c,v 1.16 2023/08/07 23:31:11 mrg Exp $ */ +/* $NetBSD: ring.c,v 1.17 2024/05/13 00:32:39 msaitoh Exp $ */ /* * Copyright (c) 1988, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)ring.c 8.2 (Berkeley) 5/30/95"; #else -__RCSID("$NetBSD: ring.c,v 1.16 2023/08/07 23:31:11 mrg Exp $"); +__RCSID("$NetBSD: ring.c,v 1.17 2024/05/13 00:32:39 msaitoh Exp $"); #endif #endif /* not lint */ @@ -267,7 +267,7 @@ ring_full_consecutive(Ring *ring) } /* - * Move data into the "supply" portion of of the ring buffer. + * Move data into the "supply" portion of the ring buffer. */ void ring_supply_data(Ring *ring, unsigned char *buffer, int count)