svn commit: r358797 - head/tests/sys/fs/fusefs

Alan Somers asomers at FreeBSD.org
Mon Mar 9 00:14:10 UTC 2020


Author: asomers
Date: Mon Mar  9 00:14:09 2020
New Revision: 358797
URL: https://svnweb.freebsd.org/changeset/base/358797

Log:
  [skip ci] fix typo in comment in the fusefs tests
  
  MFC after:	2 weeks

Modified:
  head/tests/sys/fs/fusefs/notify.cc

Modified: head/tests/sys/fs/fusefs/notify.cc
==============================================================================
--- head/tests/sys/fs/fusefs/notify.cc	Sun Mar  8 23:31:03 2020	(r358796)
+++ head/tests/sys/fs/fusefs/notify.cc	Mon Mar  9 00:14:09 2020	(r358797)
@@ -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);


More information about the svn-src-all mailing list