diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-09-20 08:53:28 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-09-20 08:53:28 +0000 |
commit | 346cf3dcda59b4f8baefbd554a756385351149af (patch) | |
tree | 2b4595658542843562c82cd9891026fee14b1af6 /usr.sbin/rpki-client | |
parent | 3d93e572bd38246eae6b7846fc878537f721629c (diff) |
Reword comment, no functional change
Diffstat (limited to 'usr.sbin/rpki-client')
-rw-r--r-- | usr.sbin/rpki-client/http.c | 4 |
1 files 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 <nils_fisher@hotmail.com> * Copyright (c) 2020 Claudio Jeker <claudio@openbsd.org> @@ -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. |