We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023aab4 commit aa406c1Copy full SHA for aa406c1
src/libsyntax/print/pp.rs
@@ -243,7 +243,7 @@ pub fn mk_printer(out: @io::Writer, linewidth: uint) -> @mut Printer {
243
* the entire buffered window, but can't output anything until the size is >=
244
* 0 (sizes are set to negative while they're pending calculation).
245
*
246
- * So SCAN takeks input and buffers tokens and pending calculations, while
+ * So SCAN takes input and buffers tokens and pending calculations, while
247
* PRINT gobbles up completed calculations and tokens from the buffer. The
248
* theory is that the two can never get more than 3N tokens apart, because
249
* once there's "obviously" too much data to fit on a line, in a size
0 commit comments