From eed4bd22add2269ccde27996035581801316c610 Mon Sep 17 00:00:00 2001 From: pfg Date: Tue, 3 May 2016 03:41:25 +0000 Subject: sys/dev: minor spelling fixes. Most affect comments, very few have user-visible effects. --- sys/dev/mlx/mlx_disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/mlx') diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index 3b86665..2464dd5 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -170,7 +170,7 @@ mlxd_strategy(struct bio *bp) bad: /* - * Correctly set the bio to indicate a failed tranfer. + * Correctly set the bio to indicate a failed transfer. */ bp->bio_resid = bp->bio_bcount; biodone(bp); -- cgit v1.1