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 Vec { // +---+---+---+---+---+---+ // 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: //