Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sed s/delimeter/delimiter/ in comment.
details: https://anonhg.NetBSD.org/src/rev/1fb0b3c1e1f8
branches: trunk
changeset: 373131:1fb0b3c1e1f8
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Jan 20 01:26:02 2023 +0000
description:
s/delimeter/delimiter/ in comment.
diffstat:
usr.bin/sed/compile.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 522f1baecaf8 -r 1fb0b3c1e1f8 usr.bin/sed/compile.c
--- a/usr.bin/sed/compile.c Fri Jan 20 00:24:25 2023 +0000
+++ b/usr.bin/sed/compile.c Fri Jan 20 01:26:02 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compile.c,v 1.50 2021/03/13 15:46:54 christos Exp $ */
+/* $NetBSD: compile.c,v 1.51 2023/01/20 01:26:02 msaitoh Exp $ */
/*-
* Copyright (c) 1992 Diomidis Spinellis.
@@ -38,7 +38,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: compile.c,v 1.50 2021/03/13 15:46:54 christos Exp $");
+__RCSID("$NetBSD: compile.c,v 1.51 2023/01/20 01:26:02 msaitoh Exp $");
#ifdef __FBSDID
__FBSDID("$FreeBSD: head/usr.bin/sed/compile.c 259132 2013-12-09 18:57:20Z eadler $");
#endif
@@ -376,7 +376,7 @@
}
/*
- * Get a delimited string. P points to the delimeter of the string; d points
+ * Get a delimited string. P points to the delimiter of the string; d points
* to a buffer area. Newline and delimiter escapes are processed; other
* escapes are ignored.
*
Home |
Main Index |
Thread Index |
Old Index