From 73a49ded6dcf7e0432cf9d982e38ffc7fde898b5 Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 4 May 2022 13:07:35 +0000 Subject: [PATCH] Tweak wording of a comment to reflect current reality better. --- usr.sbin/rpki-client/main.c | 6 +++--- 1 file 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 * Copyright (c) 2019 Kristaps Dzonsons @@ -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. */ -- 2.20.1