diff --git a/src/test/fspp/fuse/write/FuseWriteErrorTest.cpp b/src/test/fspp/fuse/write/FuseWriteErrorTest.cpp index 90de9bf4..5a737482 100644 --- a/src/test/fspp/fuse/write/FuseWriteErrorTest.cpp +++ b/src/test/fspp/fuse/write/FuseWriteErrorTest.cpp @@ -20,7 +20,7 @@ public: size_t WRITECOUNT = 512*1024*1024; void SetUp() override { - //Make the file size big enough that fuse should issue at least two reads + //Make the file size big enough that fuse should issue at least two writes ReturnIsFileOnLstatWithSize(FILENAME, FILESIZE); OnOpenReturnFileDescriptor(FILENAME, 0); }