From 4170500ce9f357beb20fa8a7f86719e5a0f3dd3a Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Wed, 30 Oct 2019 01:23:15 -0300 Subject: [PATCH] fix typos --- test/sys/test_ptrace.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sys/test_ptrace.rs b/test/sys/test_ptrace.rs index 98b553399e..cb2f04e9ed 100644 --- a/test/sys/test_ptrace.rs +++ b/test/sys/test_ptrace.rs @@ -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"),