Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-budau committed Dec 20, 2018
1 parent cc53f4e commit da47bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/unix/weak.rs
Expand Up @@ -99,7 +99,7 @@ macro_rules! syscall {
macro_rules! syscall {
(fn $name:ident($($arg_name:ident: $t:ty),*) -> $ret:ty) => (
unsafe fn $name($($arg_name:$t),*) -> $ret {
// This like a hack, but concat_idents only accepts idents
// This looks like a hack, but concat_idents only accepts idents
// (not paths).
use libc::*;

Expand Down

0 comments on commit da47bd3

Please sign in to comment.