Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/fgen s/mutiple/multiple/ in comment.
details: https://anonhg.NetBSD.org/src/rev/867eeab0071f
branches: trunk
changeset: 1026675:867eeab0071f
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 03:13:50 2021 +0000
description:
s/mutiple/multiple/ in comment.
diffstat:
crypto/dist/ipsec-tools/ChangeLog.old | 2 +-
usr.bin/fgen/fgen.l | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (40 lines):
diff -r a0e803a8cc50 -r 867eeab0071f crypto/dist/ipsec-tools/ChangeLog.old
--- a/crypto/dist/ipsec-tools/ChangeLog.old Sun Dec 05 03:12:14 2021 +0000
+++ b/crypto/dist/ipsec-tools/ChangeLog.old Sun Dec 05 03:13:50 2021 +0000
@@ -863,7 +863,7 @@
* src/libipsec/ipsec_dump_policy.c: display port numbers in policies
* src/racoon/{isakmp.c|isakmp_cfg.c|isakmp_inf.c|pfkey.c}: don't
- forget port numbers so that mutiple clients behind the same NAT
+ forget port numbers so that multiple clients behind the same NAT
can work.
From Larry Baird <lab%gta.com@localhost>
diff -r a0e803a8cc50 -r 867eeab0071f usr.bin/fgen/fgen.l
--- a/usr.bin/fgen/fgen.l Sun Dec 05 03:12:14 2021 +0000
+++ b/usr.bin/fgen/fgen.l Sun Dec 05 03:13:50 2021 +0000
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: fgen.l,v 1.38 2020/09/06 08:18:21 mrg Exp $ */
+/* $NetBSD: fgen.l,v 1.39 2021/12/05 03:13:50 msaitoh Exp $ */
/* FLEX input for FORTH input file scanner */
/*
* Copyright (c) 1998 Eduardo Horvath.
@@ -42,7 +42,7 @@
#endif
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: fgen.l,v 1.38 2020/09/06 08:18:21 mrg Exp $");
+__RCSID("$NetBSD: fgen.l,v 1.39 2021/12/05 03:13:50 msaitoh Exp $");
#endif
%}
@@ -1071,7 +1071,7 @@
/*
* Tokenize one file. This is a separate function so it can
- * be called recursively to parse mutiple levels of include files.
+ * be called recursively to parse mutliple levels of include files.
*/
static void
Home |
Main Index |
Thread Index |
Old Index