summaryrefslogtreecommitdiff
path: root/test/sys/test_aio.rs
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2018-01-13 20:47:38 -0700
committerAlan Somers <asomers@gmail.com>2018-01-15 21:51:28 -0700
commitc3ff37b0942f527295a7213f44eee13bf2590ddf (patch)
tree8155b9e2f18e8c955f1beee777d5627291d21c1b /test/sys/test_aio.rs
parentec935e6ef6c4ec09ab2f00b84d2906e3c05c5b55 (diff)
downloadnix-c3ff37b0942f527295a7213f44eee13bf2590ddf.zip
aio: more documentation
Diffstat (limited to 'test/sys/test_aio.rs')
-rw-r--r--test/sys/test_aio.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sys/test_aio.rs b/test/sys/test_aio.rs
index ed9d3761..f88fc268 100644
--- a/test/sys/test_aio.rs
+++ b/test/sys/test_aio.rs
@@ -43,8 +43,8 @@ fn test_accessors() {
assert_eq!(99, sev.sigev_value.sival_ptr as i64);
}
-// Tests AioCb.cancel. We aren't trying to test the OS's implementation, only our
-// bindings. So it's sufficient to check that AioCb.cancel returned any
+// Tests AioCb.cancel. We aren't trying to test the OS's implementation, only
+// our bindings. So it's sufficient to check that AioCb.cancel returned any
// AioCancelStat value.
#[test]
#[cfg_attr(all(target_env = "musl", target_arch = "x86_64"), ignore)]