diff options
| author | bors <bors@rust-lang.org> | 2014-04-28 10:01:57 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-04-28 10:01:57 -0700 |
| commit | 3e284eeb21d8276abecd052b8a72e3146e787e95 (patch) | |
| tree | a5ec38939c2e3753afa30d2fc0794978ada75f0a /src/libstd | |
| parent | a1ad41b93d133aa4f3bda71475f8e41d9dfe704d (diff) | |
| parent | ac170b100e13f81543d8512d2b0b1c70d4217596 (diff) | |
| download | rust-3e284eeb21d8276abecd052b8a72e3146e787e95.tar.gz rust-3e284eeb21d8276abecd052b8a72e3146e787e95.zip | |
auto merge of #13821 : aochagavia/rust/pr3, r=alexcrichton
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/vec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/vec.rs b/src/libstd/vec.rs index c5f3206d9d5..aeb1bf555e8 100644 --- a/src/libstd/vec.rs +++ b/src/libstd/vec.rs @@ -1288,7 +1288,7 @@ impl<T:Eq> Vec<T> { // +---+---+---+---+---+---+ // w // - // Comparing self[r] against self[w-1], tis is not a duplicate, so + // Comparing self[r] against self[w-1], this is not a duplicate, so // we swap self[r] and self[w] (no effect as r==w) and then increment both // r and w, leaving us with: // |
