[skip ci] fix typo in comment in the fusefs tests

MFC after:	2 weeks
This commit is contained in:
asomers 2020-03-09 00:14:09 +00:00
parent e0ff31d158
commit 7db9d220ca

View File

@ -375,7 +375,7 @@ TEST_F(Notify, inval_inode_with_clean_cache)
pthread_join(th0, &thr0_value);
EXPECT_EQ(0, (intptr_t)thr0_value);
/* cache attributes were been purged; this will trigger a new GETATTR */
/* cache attributes were purged; this will trigger a new GETATTR */
ASSERT_EQ(0, stat(FULLPATH, &sb)) << strerror(errno);
EXPECT_EQ(uid, sb.st_uid);
EXPECT_EQ(size1, sb.st_size);