Module Name: src
Committed By: skrll
Date: Sat Aug 27 05:32:41 UTC 2022
Modified Files:
src/sys/fs/udf: udf_strat_sequential.c
Log Message:
Spell approximately correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/fs/udf/udf_strat_sequential.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/fs/udf/udf_strat_sequential.c
diff -u src/sys/fs/udf/udf_strat_sequential.c:1.18 src/sys/fs/udf/udf_strat_sequential.c:1.19
--- src/sys/fs/udf/udf_strat_sequential.c:1.18 Sat Aug 27 05:31:59 2022
+++ src/sys/fs/udf/udf_strat_sequential.c Sat Aug 27 05:32:41 2022
@@ -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.
*/