summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/pwrite64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls/linux/pwrite64.cc')
-rw-r--r--test/syscalls/linux/pwrite64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/pwrite64.cc b/test/syscalls/linux/pwrite64.cc
index 60ae6de1f..485b1e48d 100644
--- a/test/syscalls/linux/pwrite64.cc
+++ b/test/syscalls/linux/pwrite64.cc
@@ -30,7 +30,7 @@ namespace {
// This test is currently very rudimentary.
//
-// TODO:
+// TODO(edahlgren):
// * bad buffer states (EFAULT).
// * bad fds (wrong permission, wrong type of file, EBADF).
// * check offset is not incremented.