From 2e80dbe3a8a424cd31c75e6a239b93a115ea39a3 Mon Sep 17 00:00:00 2001 From: claudio Date: Tue, 20 Sep 2022 08:53:27 +0000 Subject: [PATCH] Reword comment, no functional change --- usr.sbin/rpki-client/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.20.1