Commit Diff


commit - 669790f191189a4e1c9416572909dd3a158547f5
commit + 4019289144d05b4451919a4a9d450d5e56c810b8
blob - a559b5fa565035ded75e18332670c06ebd382dc4
blob + 798657eea4dc168719595ab61091ac3889e79b05
--- pdf.c
+++ pdf.c
@@ -1903,7 +1903,7 @@ decode_stream(const Dict *d, HBytes b, HParser *p)
 #endif
 
 	if (v->token_type != TT_BYTES) {
-		// XXX TT_SEQUENCE would be a filter chains; that’s not supported, yet.
+		// XXX TT_SEQUENCE would be a filter chain; that’s not supported, yet.
 		// But it might also be something bogus, in which case we should fail.
 		return NULL;
 	}