]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_mir/src/transform/coverage/tests.rs
New upstream version 1.53.0+dfsg1
[rustc.git] / compiler / rustc_mir / src / transform / coverage / tests.rs
index 7a9bfaad88367528bb9544684c2d51828f80259a..dee112443d337f9952bd538d793f315e9b789a8d 100644 (file)
@@ -17,7 +17,7 @@
 //! Also note, some basic features of `Span` also rely on the `Span`s own "session globals", which
 //! are unrelated to the `TyCtxt` global. Without initializing the `Span` session globals, some
 //! basic, coverage-specific features would be impossible to test, but thankfully initializing these
-//! globals is comparitively simpler. The easiest way is to wrap the test in a closure argument
+//! globals is comparatively simpler. The easiest way is to wrap the test in a closure argument
 //! to: `rustc_span::with_default_session_globals(|| { test_here(); })`.
 
 use super::counters;