summaryrefslogtreecommitdiffstats
path: root/common/quic.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/quic.h')
-rw-r--r--common/quic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/quic.h b/common/quic.h
index 830a4c94..f4ef8543 100644
--- a/common/quic.h
+++ b/common/quic.h
@@ -44,7 +44,7 @@ struct QuicUsrContext {
void (*free)(QuicUsrContext *usr, void *ptr);
int (*more_space)(QuicUsrContext *usr, uint32_t **io_ptr, int rows_completed);
int (*more_lines)(QuicUsrContext *usr, uint8_t **lines); // on return the last line of previous
- // lines bunch must stil be valid
+ // lines bunch must still be valid
};
int quic_encode(QuicContext *quic, QuicImageType type, int width, int height,