Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/msdosfs s/chacters/characters/ in comments.
details: https://anonhg.NetBSD.org/src/rev/fb97f74e2d60
branches: trunk
changeset: 373505:fb97f74e2d60
user: andvar <andvar%NetBSD.org@localhost>
date: Mon Feb 13 23:14:21 2023 +0000
description:
s/chacters/characters/ in comments.
diffstat:
sys/fs/msdosfs/msdosfs_conv.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r c5e74185f928 -r fb97f74e2d60 sys/fs/msdosfs/msdosfs_conv.c
--- a/sys/fs/msdosfs/msdosfs_conv.c Mon Feb 13 23:08:43 2023 +0000
+++ b/sys/fs/msdosfs/msdosfs_conv.c Mon Feb 13 23:14:21 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msdosfs_conv.c,v 1.18 2021/10/23 16:58:17 thorpej Exp $ */
+/* $NetBSD: msdosfs_conv.c,v 1.19 2023/02/13 23:14:21 andvar Exp $ */
/*-
* Copyright (C) 1995, 1997 Wolfgang Solfrank.
@@ -58,7 +58,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: msdosfs_conv.c,v 1.18 2021/10/23 16:58:17 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: msdosfs_conv.c,v 1.19 2023/02/13 23:14:21 andvar Exp $");
/*
* System include files.
@@ -866,7 +866,7 @@
/*
* Convert UTF8 string into UCS-2 string
- * return total number of output chacters
+ * return total number of output characters
*/
static int
utf8ucs2str(const u_int8_t *in, int n, u_int16_t *out, int m)
@@ -920,7 +920,7 @@
/*
* Convert 8bit character string into UCS-2 string
- * return total number of output chacters
+ * return total number of output characters
*/
static int
char8ucs2str(const u_int8_t *in, int n, u_int16_t *out, int m)
Home |
Main Index |
Thread Index |
Old Index