Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Fix the fix to a typo in one of the comments.
details: https://anonhg.NetBSD.org/src/rev/dddd6c9bfe90
branches: trunk
changeset: 1022849:dddd6c9bfe90
user: kre <kre%NetBSD.org@localhost>
date: Mon Aug 09 11:29:30 2021 +0000
description:
Fix the fix to a typo in one of the comments.
diffstat:
bin/sh/var.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 40ed45dad22e -r dddd6c9bfe90 bin/sh/var.c
--- a/bin/sh/var.c Mon Aug 09 10:46:39 2021 +0000
+++ b/bin/sh/var.c Mon Aug 09 11:29:30 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: var.c,v 1.79 2021/08/08 20:50:12 andvar Exp $ */
+/* $NetBSD: var.c,v 1.80 2021/08/09 11:29:30 kre Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: var.c,v 1.79 2021/08/08 20:50:12 andvar Exp $");
+__RCSID("$NetBSD: var.c,v 1.80 2021/08/09 11:29:30 kre Exp $");
#endif
#endif /* not lint */
@@ -1248,7 +1248,7 @@
/*
- * Returns true if the two strings specify the same viarable. The first
+ * Returns true if the two strings specify the same variable. The first
* variable name is terminated by '='; the second may be terminated by
* either '=' or '\0'.
*/
Home |
Main Index |
Thread Index |
Old Index