]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_transform/src/coverage/query.rs
Replace `&Vec<_>`s with `&[_]`s
[rust.git] / compiler / rustc_mir_transform / src / coverage / query.rs
index da921904523c4b5a2ca0c9554df5fee2acd1383d..9d02f58ae65ee71578003a8621350b707a157534 100644 (file)
@@ -66,7 +66,7 @@ fn update_from_expression_operand(&mut self, operand_id: u32) {
                 // The operand ID is outside the known range of counter IDs and also outside the
                 // known range of expression IDs. In either case, the result of a missing operand
                 // (if and when used in an expression) will be zero, so from a computation
-                // perspective, it doesn't matter whether it is interepretted as a counter or an
+                // perspective, it doesn't matter whether it is interpreted as a counter or an
                 // expression.
                 //
                 // However, the `num_counters` and `num_expressions` query results are used to