-/* $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>
/*
* 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
-/* $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>
}
/*
- * 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)