All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/324: fix small typos in comment
@ 2015-06-05  0:34 Wang Sheng-Hui
  2015-06-05  3:28 ` Eryu Guan
  0 siblings, 1 reply; 3+ messages in thread
From: Wang Sheng-Hui @ 2015-06-05  0:34 UTC (permalink / raw)
  To: fstests; +Cc: eguan

Fix some spelling mistakes in the comment.

Signed-off-by: Wang Sheng-Hui <shhuiw@foxmail.com>
---
 tests/generic/324 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/generic/324 b/tests/generic/324
index 5e642dc..ac2ae8b 100755
--- a/tests/generic/324
+++ b/tests/generic/324
@@ -61,7 +61,7 @@ _workout()
 	# Fill holes for half of range , as result file will contain nr*1.5 fragments
 	$XFS_IO_PROG -c "falloc 0 $((204800*nr))"  \
 	    $SCRATCH_MNT/test.$nr | _filter_xfs_io
-	# Data wrilte will convert extetns to inialized ones
+	# Data write will convert extents to initialized ones
 	for ((i=0;i<nr;i++))
 	do
 		patt=`printf "0x%x" $i`
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-06 10:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05  0:34 [PATCH] generic/324: fix small typos in comment Wang Sheng-Hui
2015-06-05  3:28 ` Eryu Guan
2015-06-06 10:53   ` shhuiw

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.