summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/http2/h2_util.h')
-rw-r--r--modules/http2/h2_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_util.h b/modules/http2/h2_util.h
index 6c676eb4b1..06fc667e5b 100644
--- a/modules/http2/h2_util.h
+++ b/modules/http2/h2_util.h
@@ -228,7 +228,7 @@ apr_status_t h2_fifo_try_pull(h2_fifo *fifo, void **pelem);
typedef enum {
H2_FIFO_OP_PULL, /* pull the element from the queue, ie discard it */
- H2_FIFO_OP_REPUSH, /* pull and immediatley re-push it */
+ H2_FIFO_OP_REPUSH, /* pull and immediately re-push it */
} h2_fifo_op_t;
typedef h2_fifo_op_t h2_fifo_peek_fn(void *head, void *ctx);