]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen/external-no-mangle-fns.rs
Various minor/cosmetic improvements to code
[rust.git] / src / test / codegen / external-no-mangle-fns.rs
index 58232852596021081d8b7d1048eb8f3217f006e8..e6b952ec9f6aefb5a82207d8caa23af93abee759 100644 (file)
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // compile-flags: -C no-prepopulate-passes
-// `#[no_mangle]`d functions always have external linkage, i.e. no `internal` in their `define`s
+// `#[no_mangle]`d functions always have external linkage, i.e., no `internal` in their `define`s
 
 #![crate_type = "lib"]
 #![no_std]