diff options
author | Job Snijders <job@cvs.openbsd.org> | 2023-08-30 10:01:53 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2023-08-30 10:01:53 +0000 |
commit | c366de2fdc1f61fae9e0de526af5ecbbdb2809fa (patch) | |
tree | 2e7e814cf25b30db6aaf83658dac0d9e3ba275f8 /usr.sbin/rpki-client | |
parent | 3338ad5468ee38dae937b3436824796e0433808f (diff) |
Fix comments
OK tb@
Diffstat (limited to 'usr.sbin/rpki-client')
-rw-r--r-- | usr.sbin/rpki-client/main.c | 4 | ||||
-rw-r--r-- | usr.sbin/rpki-client/parser.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index e708666310b..2cc9787855c 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.244 2023/06/29 14:33:35 tb Exp $ */ +/* $OpenBSD: main.c,v 1.245 2023/08/30 10:01:52 job Exp $ */ /* * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> @@ -136,7 +136,7 @@ get_current_time(void) /* * Read a queue entity from the descriptor. - * Matched by entity_buffer_req(). + * Matched by entity_write_req(). * The pointer must be passed entity_free(). */ void 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) |