From f43ee8ebf696eec5a8a844629e4f7e910f9f0afd Mon Sep 17 00:00:00 2001 From: klensy Date: Mon, 19 Apr 2021 15:57:08 +0300 Subject: fix few typos --- compiler/rustc_ast/src/tokenstream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_ast/src/tokenstream.rs') diff --git a/compiler/rustc_ast/src/tokenstream.rs b/compiler/rustc_ast/src/tokenstream.rs index 8318b242cae..2d463a4588c 100644 --- a/compiler/rustc_ast/src/tokenstream.rs +++ b/compiler/rustc_ast/src/tokenstream.rs @@ -301,7 +301,7 @@ impl AttrAnnotatedTokenStream { /// tokens. /// /// For example, `#[cfg(FALSE)] struct Foo {}` would -/// have an `attrs` field contaiing the `#[cfg(FALSE)]` attr, +/// have an `attrs` field containing the `#[cfg(FALSE)]` attr, /// and a `tokens` field storing the (unparesd) tokens `struct Foo {}` #[derive(Clone, Debug, Encodable, Decodable)] pub struct AttributesData { -- cgit 1.4.1-3-g733a5