From cc6e71e16c99cec678befda3aa27da292c17ddde Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 9 Mar 2020 00:14:09 +0000 Subject: [PATCH] [skip ci] fix typo in comment in the fusefs tests MFC after: 2 weeks --- tests/sys/fs/fusefs/notify.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/fs/fusefs/notify.cc b/tests/sys/fs/fusefs/notify.cc index 4df0aff61b2c..d41018f60f01 100644 --- a/tests/sys/fs/fusefs/notify.cc +++ b/tests/sys/fs/fusefs/notify.cc @@ -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);