summaryrefslogtreecommitdiff
path: root/libpipe/pq.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpipe/pq.h')
-rw-r--r--libpipe/pq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpipe/pq.h b/libpipe/pq.h
index 3a26aa80..2f8311ef 100644
--- a/libpipe/pq.h
+++ b/libpipe/pq.h
@@ -219,8 +219,8 @@ pq_tail (struct pq *pq, unsigned type, void *source)
int pq_dequeue (struct pq *pq);
/* Returns the next available packet in PQ, without removing it from the
- queue, or NULL if there is none, or the next packet isn't appropiate.
- A packet is inappropiate if SOURCE is non-NULL its source field doesn't
+ queue, or NULL if there is none, or the next packet isn't appropriate.
+ A packet is inappropriate if SOURCE is non-NULL its source field doesn't
match it, or TYPE is non-NULL and the packet's type field doesn't match
it. */
PQ_EI struct packet *