]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen/issue-34634.rs
Rollup merge of #102227 - devnexen:solarish_get_path, r=m-ou-se
[rust.git] / src / test / codegen / issue-34634.rs
index 6c18adbcb3c92b5efc46cdc5122ab49e646c9ea4..f53fa240cd1adba3e52e9a9a92fe6af0aeae0a78 100644 (file)
@@ -1,5 +1,5 @@
 // Test that `wrapping_div` only checks divisor once.
-// This test checks that there is only a single compare agains -1 and -1 is not present as a
+// This test checks that there is only a single compare against -1 and -1 is not present as a
 // switch case (the second check present until rustc 1.12).
 // This test also verifies that a single panic call is generated (for the division by zero case).