aboutsummaryrefslogtreecommitdiff
path: root/tests/sys
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2020-03-09 00:14:09 +0000
committerAlan Somers <asomers@FreeBSD.org>2020-03-09 00:14:09 +0000
commitcc6e71e16c99cec678befda3aa27da292c17ddde (patch)
treec00a9a45ca3c8a3c4afa1373ff04fadb9ae75f8c /tests/sys
parent3823477b391135e626c39ebf5b33f91eb6d3c217 (diff)
downloadsrc-cc6e71e16c99cec678befda3aa27da292c17ddde.tar.gz
src-cc6e71e16c99cec678befda3aa27da292c17ddde.zip
[skip ci] fix typo in comment in the fusefs tests
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=358797
Diffstat (limited to 'tests/sys')
-rw-r--r--tests/sys/fs/fusefs/notify.cc2
1 files changed, 1 insertions, 1 deletions
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);