From 346cf3dcda59b4f8baefbd554a756385351149af Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Tue, 20 Sep 2022 08:53:28 +0000 Subject: Reword comment, no functional change --- usr.sbin/rpki-client/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/rpki-client') diff --git a/usr.sbin/rpki-client/http.c b/usr.sbin/rpki-client/http.c index 154511a5da1..eef65af0751 100644 --- a/usr.sbin/rpki-client/http.c +++ b/usr.sbin/rpki-client/http.c @@ -1,4 +1,4 @@ -/* $OpenBSD: http.c,v 1.68 2022/09/09 08:11:06 claudio Exp $ */ +/* $OpenBSD: http.c,v 1.69 2022/09/20 08:53:27 claudio Exp $ */ /* * Copyright (c) 2020 Nils Fisher * Copyright (c) 2020 Claudio Jeker @@ -1429,7 +1429,7 @@ again: conn->iosz > (off_t)conn->bufpos) goto read_more; - /* got a full buffer full of data */ + /* got a buffer full of data */ if (conn->req == NULL) { /* * After redirects all data needs to be discarded. -- cgit v1.2.3