Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/udf Fix typo: reader -> header
details: https://anonhg.NetBSD.org/src/rev/a350c6b605f9
branches: trunk
changeset: 1027709:a350c6b605f9
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Dec 16 22:24:10 2021 +0000
description:
Fix typo: reader -> header
diffstat:
sys/fs/udf/udf_subr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cbb51ab601b1 -r a350c6b605f9 sys/fs/udf/udf_subr.c
--- a/sys/fs/udf/udf_subr.c Thu Dec 16 22:19:08 2021 +0000
+++ b/sys/fs/udf/udf_subr.c Thu Dec 16 22:24:10 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_subr.c,v 1.161 2021/12/16 22:19:08 reinoud Exp $ */
+/* $NetBSD: udf_subr.c,v 1.162 2021/12/16 22:24:10 reinoud Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.161 2021/12/16 22:19:08 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.162 2021/12/16 22:24:10 reinoud Exp $");
#endif /* not lint */
@@ -614,7 +614,7 @@
/*
* Check if the blob starts with a good UDF tag. Tags are protected by a
- * checksum over the reader except one byte at position 4 that is the checksum
+ * checksum over the header except one byte at position 4 that is the checksum
* itself.
*/
Home |
Main Index |
Thread Index |
Old Index