Commit Diff


commit - 8547d3116b8ce8808556938bb7c32dcf6d0c387c
commit + 74704bb3e842510813dc31075faaca6a63e0b3cc
blob - a950840b7e4e7a30bb6e1e47ad890cc0e897ec42
blob + f3abe3000fd3bb2479d74fab5e1abd2a3f4edf6f
--- content.c
+++ content.c
@@ -253,10 +253,9 @@ act_idict(const HParseResult *p, void *u)
  * content stream grammar
  */
 
-// XXX currently used interface: p_textobj; p_cstream is unused.
-// the goal is to produce input for act_txtobj() in pdf.c which implements the
-// big text extraction algorithm. i don't want to replace that, yet, just touch
-// it up enough to work with these new parsers.
+// XXX use p_textobj to produce the input for act_txtobj() in pdf.c which
+// implements the big text extraction algorithm. i don't want to replace that,
+// yet, just touch it up enough to work with these new parsers.
 
 HParser *p_textobj;
 HParser *p_cstream;