Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Oct 30, 2019
1 parent 286d27c commit 4170500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sys/test_ptrace.rs
Expand Up @@ -113,7 +113,7 @@ fn test_ptrace_cont() {
}
}

// ptrace::{setoptions, getreges} are only available in this platform
// ptrace::{setoptions, getregs} are only available in these platforms
#[cfg(all(target_os = "linux",
any(target_arch = "x86_64",
target_arch = "x86"),
Expand Down

0 comments on commit 4170500

Please sign in to comment.