diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2014-08-01 19:40:21 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2014-08-01 19:42:52 -0400 |
| commit | ad06dfe496e4e1abbc65268a58275ca2b483def5 (patch) | |
| tree | 35b592cbfd3eb0b33f1dd07e3a281890f19b6cdd /src/libsyntax/attr.rs | |
| parent | 292caefb26c7f99a064a1ed6a8ba37ec5375e88e (diff) | |
| download | rust-ad06dfe496e4e1abbc65268a58275ca2b483def5.tar.gz rust-ad06dfe496e4e1abbc65268a58275ca2b483def5.zip | |
Fix misspelled comments.
Diffstat (limited to 'src/libsyntax/attr.rs')
| -rw-r--r-- | src/libsyntax/attr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/attr.rs b/src/libsyntax/attr.rs index e8b9ec9628f..21252619d11 100644 --- a/src/libsyntax/attr.rs +++ b/src/libsyntax/attr.rs @@ -426,7 +426,7 @@ pub fn require_unique_names(diagnostic: &SpanHandler, metas: &[Gc<MetaItem>]) { /// not allowed on univariant or zero-variant enums, which have no discriminant. /// /// If a discriminant type is so specified, then the discriminant will be -/// present (before fields, if any) with that type; reprensentation +/// present (before fields, if any) with that type; representation /// optimizations which would remove it will not be done. pub fn find_repr_attr(diagnostic: &SpanHandler, attr: &Attribute, acc: ReprAttr) -> ReprAttr { |
