diff options
Diffstat (limited to 'test/syscalls/linux/readv_common.h')
-rw-r--r-- | test/syscalls/linux/readv_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/readv_common.h b/test/syscalls/linux/readv_common.h index b16179fca..2fa40c35f 100644 --- a/test/syscalls/linux/readv_common.h +++ b/test/syscalls/linux/readv_common.h @@ -20,7 +20,7 @@ namespace gvisor { namespace testing { -// A NUL-terminated std::string containing the data used by tests using the following +// A NUL-terminated string containing the data used by tests using the following // test helpers. extern const char kReadvTestData[]; |