diff --git a/src/buffer.rs b/src/buffer.rs index 135046d3..6776a241 100644 --- a/src/buffer.rs +++ b/src/buffer.rs @@ -74,7 +74,7 @@ impl TokenBuffer { } TokenTree::Group(g) => { // Record the index of the interesting entry, and store an - // `End(null)` there temporarially. + // `End(null)` there temporarily. seqs.push((entries.len(), g)); entries.push(Entry::End(ptr::null())); }