Skip to content

Commit 9aa7f47

Browse files
committed
Fixing comment typo.
1 parent 26d8b6f commit 9aa7f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ pub type Ty<'tcx> = &'tcx TyS<'tcx>;
521521
impl<'tcx> serialize::UseSpecializedEncodable for Ty<'tcx> {}
522522
impl<'tcx> serialize::UseSpecializedDecodable for Ty<'tcx> {}
523523

524-
/// A wrapper for slices with the additioanl invariant
524+
/// A wrapper for slices with the additional invariant
525525
/// that the slice is interned and no other slice with
526526
/// the same contents can exist in the same context.
527527
/// This means we can use pointer + length for both

0 commit comments

Comments
 (0)