Remove stray "this" · model-checking/verify-rust-std@7927138 (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1910,8 +1910,7 @@ pub fn copy(from: &Path, to: &Path) -> io::Result { | ||
1910 | 1910 | // The code below ensures that `FreeOnDrop` is never a null pointer |
1911 | 1911 | unsafe { |
1912 | 1912 | // `copyfile_state_free` returns -1 if the `to` or `from` files |
1913 | -// cannot be closed. However, this is not considered this an | |
1914 | -// error. | |
1913 | +// cannot be closed. However, this is not considered an error. | |
1915 | 1914 | libc::copyfile_state_free(self.0); |
1916 | 1915 | } |
1917 | 1916 | } |