Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/udf Spell approximately correctly.



details:   https://anonhg.NetBSD.org/src/rev/87b685095e61
branches:  trunk
changeset: 369648:87b685095e61
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Aug 27 05:32:41 2022 +0000

description:
Spell approximately correctly.

diffstat:

 sys/fs/udf/udf_strat_sequential.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ba75fb310f53 -r 87b685095e61 sys/fs/udf/udf_strat_sequential.c
--- a/sys/fs/udf/udf_strat_sequential.c Sat Aug 27 05:31:59 2022 +0000
+++ b/sys/fs/udf/udf_strat_sequential.c Sat Aug 27 05:32:41 2022 +0000
@@ -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 @@
  * 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.
  */



Home | Main Index | Thread Index | Old Index