From 2c796ad6408184cf2bb690fa55a4fb5c6a894f35 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Mon, 27 Jun 2016 21:50:30 +0000 Subject: MFC r298819: sys/kern: spelling fixes in comments. --- sys/kern/vfs_cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/vfs_cluster.c') diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 362ebb7b..fe3d5db 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -540,7 +540,7 @@ cluster_callback(bp) int error = 0; /* - * Must propogate errors to all the components. + * Must propagate errors to all the components. */ if (bp->b_ioflags & BIO_ERROR) error = bp->b_error; -- cgit v1.1