We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc53f4e commit da47bd3Copy full SHA for da47bd3
src/libstd/sys/unix/weak.rs
@@ -99,7 +99,7 @@ macro_rules! syscall {
99
macro_rules! syscall {
100
(fn $name:ident($($arg_name:ident: $t:ty),*) -> $ret:ty) => (
101
unsafe fn $name($($arg_name:$t),*) -> $ret {
102
- // This like a hack, but concat_idents only accepts idents
+ // This looks like a hack, but concat_idents only accepts idents
103
// (not paths).
104
use libc::*;
105
0 commit comments