diff options
| author | Benjamin Herr <ben@0x539.de> | 2013-09-17 19:45:14 +0200 |
|---|---|---|
| committer | Benjamin Herr <ben@0x539.de> | 2013-09-17 22:27:12 +0200 |
| commit | aa406c151e7404029760e56338f9ebc92319a5d5 (patch) | |
| tree | 3902d3ca5bdf82cc0587ad527897d8ad6d638514 /src/libsyntax | |
| parent | 023aab453c53fdeee8a99da2766ba562b224785c (diff) | |
| download | rust-aa406c151e7404029760e56338f9ebc92319a5d5.tar.gz rust-aa406c151e7404029760e56338f9ebc92319a5d5.zip | |
pp: typo in comment
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/print/pp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/print/pp.rs b/src/libsyntax/print/pp.rs index af2a4977082..615f3301373 100644 --- a/src/libsyntax/print/pp.rs +++ b/src/libsyntax/print/pp.rs @@ -243,7 +243,7 @@ pub fn mk_printer(out: @io::Writer, linewidth: uint) -> @mut Printer { * the entire buffered window, but can't output anything until the size is >= * 0 (sizes are set to negative while they're pending calculation). * - * So SCAN takeks input and buffers tokens and pending calculations, while + * So SCAN takes input and buffers tokens and pending calculations, while * PRINT gobbles up completed calculations and tokens from the buffer. The * theory is that the two can never get more than 3N tokens apart, because * once there's "obviously" too much data to fit on a line, in a size |
