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

MFC after:	2 weeks
This commit is contained in:
Alan Somers 2020-03-09 00:14:09 +00:00
parent 3823477b39
commit cc6e71e16c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358797

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