Fix comments
authorjob <job@openbsd.org>
Wed, 30 Aug 2023 10:01:52 +0000 (10:01 +0000)
committerjob <job@openbsd.org>
Wed, 30 Aug 2023 10:01:52 +0000 (10:01 +0000)
OK tb@

usr.sbin/rpki-client/main.c
usr.sbin/rpki-client/parser.c

index e708666..2cc9787 100644 (file)
@@ -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
index 9084c2f..22a8a42 100644 (file)
@@ -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)