From c991d4dc63200663ebbc9b74a53c7c4f3fc40655 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 10 Apr 2024 17:52:41 +0000 Subject: [PATCH] ed: fix inconsistency in comment --- bin/ed/glbl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/ed/glbl.c b/bin/ed/glbl.c index d79675d60f96..ffb43b16cfe6 100644 --- a/bin/ed/glbl.c +++ b/bin/ed/glbl.c @@ -1,6 +1,6 @@ -/* $NetBSD: glbl.c,v 1.10 2019/01/04 19:13:58 maya Exp $ */ +/* $NetBSD: glbl.c,v 1.11 2024/04/10 17:52:41 rillig Exp $ */ -/* glob.c: This file contains the global command routines for the ed line +/* glbl.c: This file contains the global command routines for the ed line editor */ /*- * Copyright (c) 1993 Andrew Moore, Talke Studio. @@ -33,7 +33,7 @@ #if 0 static char *rcsid = "@(#)glob.c,v 1.1 1994/02/01 00:34:40 alm Exp"; #else -__RCSID("$NetBSD: glbl.c,v 1.10 2019/01/04 19:13:58 maya Exp $"); +__RCSID("$NetBSD: glbl.c,v 1.11 2024/04/10 17:52:41 rillig Exp $"); #endif #endif /* not lint */