summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/parser.c
diff options
context:
space:
mode:
authorJob Snijders <job@cvs.openbsd.org>2023-08-30 10:01:53 +0000
committerJob Snijders <job@cvs.openbsd.org>2023-08-30 10:01:53 +0000
commitc366de2fdc1f61fae9e0de526af5ecbbdb2809fa (patch)
tree2e7e814cf25b30db6aaf83658dac0d9e3ba275f8 /usr.sbin/rpki-client/parser.c
parent3338ad5468ee38dae937b3436824796e0433808f (diff)
Fix comments
OK tb@
Diffstat (limited to 'usr.sbin/rpki-client/parser.c')
-rw-r--r--usr.sbin/rpki-client/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/parser.c b/usr.sbin/rpki-client/parser.c
index 9084c2fc7ae..22a8a42ca63 100644
--- a/usr.sbin/rpki-client/parser.c
+++ b/usr.sbin/rpki-client/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.97 2023/06/29 10:28:25 tb Exp $ */
+/* $OpenBSD: parser.c,v 1.98 2023/08/30 10:01:52 job Exp $ */
/*
* Copyright (c) 2019 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -616,7 +616,7 @@ parse_load_file(struct entity *entp, unsigned char **f, size_t *flen)
}
/*
- * Process an entity and responing to parent process.
+ * Process an entity and respond to parent process.
*/
static void
parse_entity(struct entityq *q, struct msgbuf *msgq)