Skip to content

Commit da47bd3

Browse files
committed
Fix typo in comment
1 parent cc53f4e commit da47bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/weak.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ macro_rules! syscall {
9999
macro_rules! syscall {
100100
(fn $name:ident($($arg_name:ident: $t:ty),*) -> $ret:ty) => (
101101
unsafe fn $name($($arg_name:$t),*) -> $ret {
102-
// This like a hack, but concat_idents only accepts idents
102+
// This looks like a hack, but concat_idents only accepts idents
103103
// (not paths).
104104
use libc::*;
105105

0 commit comments

Comments
 (0)