about summary refs log tree commit diff
path: root/src/libsyntax_ext
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-11-15 11:04:42 +0100
committerGitHub <noreply@github.com>2018-11-15 11:04:42 +0100
commit66fcb3ceb2700ce0d05862305c56097a41f0e69f (patch)
tree5cecff9465133e71511b7be14ffd0c627a85573e /src/libsyntax_ext
parentfb4553299ca2717e6c106cd6db36b7dc6c959aac (diff)
parent4e35cbb22eceac145a6f794cde869b3684e0b1d5 (diff)
downloadrust-66fcb3ceb2700ce0d05862305c56097a41f0e69f.tar.gz
rust-66fcb3ceb2700ce0d05862305c56097a41f0e69f.zip
Rollup merge of #55901 - euclio:speling, r=petrochenkov
fix various typos in doc comments
Diffstat (limited to 'src/libsyntax_ext')
-rw-r--r--src/libsyntax_ext/deriving/generic/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_ext/deriving/generic/mod.rs b/src/libsyntax_ext/deriving/generic/mod.rs
index dd90ef06c39..2f6b306e8f8 100644
--- a/src/libsyntax_ext/deriving/generic/mod.rs
+++ b/src/libsyntax_ext/deriving/generic/mod.rs
@@ -68,7 +68,7 @@
 //! The `i32`s in `B` and `C0` don't have an identifier, so the
 //! `Option<ident>`s would be `None` for them.
 //!
-//! In the static cases, the structure is summarised, either into the just
+//! In the static cases, the structure is summarized, either into the just
 //! spans of the fields or a list of spans and the field idents (for tuple
 //! structs and record structs, respectively), or a list of these, for
 //! enums (one for each variant). For empty struct and empty enum