]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/abi/call/mod.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / compiler / rustc_target / src / abi / call / mod.rs
index a0730fbb650dc9b4527882bbe232afa1ed17201b..57011aa8a14748b7d45af3641c2b7e2f7697400b 100644 (file)
@@ -755,7 +755,7 @@ impl FromStr for Conv {
             "AmdGpuKernel" => Ok(Conv::AmdGpuKernel),
             "AvrInterrupt" => Ok(Conv::AvrInterrupt),
             "AvrNonBlockingInterrupt" => Ok(Conv::AvrNonBlockingInterrupt),
-            _ => Err(format!("'{s}' is not a valid value for entry function call convetion.")),
+            _ => Err(format!("'{s}' is not a valid value for entry function call convention.")),
         }
     }
 }