Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2020 00:14:10 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358797 - head/tests/sys/fs/fusefs
Message-ID:  <202003090014.0290EAWs029651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003090014.0290EAWs029651>