diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-04 13:07:36 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-04 13:07:36 +0000 |
commit | 81f9dd642b8d795ab599ee815d546fd1f0a8d543 (patch) | |
tree | 99c3ce96f8b96c67dc3fbbd2613359bf68f78ecb /usr.sbin/rpki-client/main.c | |
parent | b85625ea5f8492398fb56f6ec079c11f6d3d7a6e (diff) |
Tweak wording of a comment to reflect current reality better.
Diffstat (limited to 'usr.sbin/rpki-client/main.c')
-rw-r--r-- | usr.sbin/rpki-client/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index c719b7bc8a9..1fa7c583eb9 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.200 2022/04/27 11:46:19 tb Exp $ */ +/* $OpenBSD: main.c,v 1.201 2022/05/04 13:07:35 tb Exp $ */ /* * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> @@ -961,8 +961,8 @@ main(int argc, char *argv[]) queues[3] = &rrdpq; /* - * Prime the process with our TAL file. - * This will contain (hopefully) links to our manifest and we + * Prime the process with our TAL files. + * These will (hopefully) contain links to manifests and we * can get the ball rolling. */ |