diff options
Diffstat (limited to 'usr.sbin/rpki-client/parser.c')
-rw-r--r-- | usr.sbin/rpki-client/parser.c | 4 |
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) |