diff options
| author | skrll <skrll@NetBSD.org> | 2022-08-27 05:32:41 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2022-08-27 05:32:41 +0000 |
| commit | c5ddec0741a3d13866bac7897400bf13f21aefc9 (patch) | |
| tree | fb91f7b637d27c024f4882bd0f5b62366519c62e /sys/fs | |
| parent | 1f54cb484687bc0d41520152936263257b68009c (diff) | |
Spell approximately correctly.
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/udf/udf_strat_sequential.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/udf/udf_strat_sequential.c b/sys/fs/udf/udf_strat_sequential.c index 73938c4244a..2886ac70639 100644 --- a/sys/fs/udf/udf_strat_sequential.c +++ b/sys/fs/udf/udf_strat_sequential.c @@ -1,4 +1,4 @@ -/* $NetBSD: udf_strat_sequential.c,v 1.18 2022/08/27 05:31:59 skrll Exp $ */ +/* $NetBSD: udf_strat_sequential.c,v 1.19 2022/08/27 05:32:41 skrll Exp $ */ /* * Copyright (c) 2006, 2008 Reinoud Zandijk @@ -28,7 +28,7 @@ #include <sys/cdefs.h> #ifndef lint -__KERNEL_RCSID(0, "$NetBSD: udf_strat_sequential.c,v 1.18 2022/08/27 05:31:59 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udf_strat_sequential.c,v 1.19 2022/08/27 05:32:41 skrll Exp $"); #endif /* not lint */ @@ -249,7 +249,7 @@ out: * kinds of side effects. * * This implementation uses a kernel thread to schedule the queued requests in - * such a way that is semi-optimal for optical media; this means aproximately + * such a way that is semi-optimal for optical media; this means approximately * (R*|(Wr*|Ws*))* since switching between reading and writing is expensive in * time. */ |
