From 462bdba93f235b58c09bcbab6495e34038ebde0d Mon Sep 17 00:00:00 2001 From: msaitoh Date: Fri, 20 Jan 2023 01:26:02 +0000 Subject: [PATCH] s/delimeter/delimiter/ in comment. --- usr.bin/sed/compile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index 7d4e583b7ef3..ce5583080c1a 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -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 -__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 @@ nonsel: /* Now parse the command */ } /* - * 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. *