]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/parse/token.rs
Various minor/cosmetic improvements to code
[rust.git] / src / libsyntax / parse / token.rs
index 04a791fbcb9c46269d7a5fe38984cb8c7e2202b6..6b9cc2f9792e3d3f0a1f0d579350003b8d74f8c6 100644 (file)
@@ -550,7 +550,7 @@ pub fn interpolated_to_tokenstream(&self, sess: &ParseSess, span: Span)
         });
 
         // During early phases of the compiler the AST could get modified
-        // directly (e.g. attributes added or removed) and the internal cache
+        // directly (e.g., attributes added or removed) and the internal cache
         // of tokens my not be invalidated or updated. Consequently if the
         // "lossless" token stream disagrees with our actual stringification
         // (which has historically been much more battle-tested) then we go