]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/two-phase-reservation-sharing-interference.rs
Auto merge of #101768 - sunfishcode:sunfishcode/wasi-stdio-lock-asfd, r=joshtriplett
[rust.git] / src / test / ui / borrowck / two-phase-reservation-sharing-interference.rs
index e0f4afa75276dbc3d98549ec145eb7735d98467d..0463e22b3c2d16bc8555d1d18d1d51481d0c5261 100644 (file)
@@ -40,6 +40,6 @@ fn main() {
     //
     // (At least in theory; part of the reason this test fails is that
     // the constructed MIR throws in extra &mut reborrows which
-    // flummoxes our attmpt to delay the activation point here.)
+    // flummoxes our attempt to delay the activation point here.)
     delay.push(2);
 }