Fix comment

This commit is contained in:
Sebastian Messmer 2014-11-27 16:40:44 +01:00
parent 141c7d09cd
commit 5d081b0043

View File

@ -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);
}