Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 03:13:50 UTC 2021

Modified Files:
        src/crypto/dist/ipsec-tools: ChangeLog.old
        src/usr.bin/fgen: fgen.l

Log Message:
s/mutiple/multiple/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/dist/ipsec-tools/ChangeLog.old
cvs rdiff -u -r1.38 -r1.39 src/usr.bin/fgen/fgen.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/dist/ipsec-tools/ChangeLog.old
diff -u src/crypto/dist/ipsec-tools/ChangeLog.old:1.2 src/crypto/dist/ipsec-tools/ChangeLog.old:1.3
--- src/crypto/dist/ipsec-tools/ChangeLog.old:1.2	Sun Feb 28 15:52:16 2010
+++ src/crypto/dist/ipsec-tools/ChangeLog.old	Sun Dec  5 03:13:50 2021
@@ -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 <l...@gta.com>

Index: src/usr.bin/fgen/fgen.l
diff -u src/usr.bin/fgen/fgen.l:1.38 src/usr.bin/fgen/fgen.l:1.39
--- src/usr.bin/fgen/fgen.l:1.38	Sun Sep  6 08:18:21 2020
+++ src/usr.bin/fgen/fgen.l	Sun Dec  5 03:13:50 2021
@@ -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 @@ main(int argc, char *argv[])
 
 /*
  * 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

Reply via email to