Module Name: src
Committed By: andvar
Date: Sun Dec 8 07:53:18 UTC 2024
Modified Files:
src/usr.bin/vgrind: regexp.c
Log Message:
s/reurn/return/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/vgrind/regexp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/vgrind/regexp.c
diff -u src/usr.bin/vgrind/regexp.c:1.15 src/usr.bin/vgrind/regexp.c:1.16
--- src/usr.bin/vgrind/regexp.c:1.15 Sun Dec 12 08:49:58 2021
+++ src/usr.bin/vgrind/regexp.c Sun Dec 8 07:53:18 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: regexp.c,v 1.15 2021/12/12 08:49:58 andvar Exp $ */
+/* $NetBSD: regexp.c,v 1.16 2024/12/08 07:53:18 andvar Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -44,7 +44,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 19
#if 0
static char sccsid[] = "@(#)regexp.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: regexp.c,v 1.15 2021/12/12 08:49:58 andvar Exp $");
+__RCSID("$NetBSD: regexp.c,v 1.16 2024/12/08 07:53:18 andvar Exp $");
#endif /* not lint */
#include <assert.h>
@@ -270,7 +270,7 @@ expconv(void)
OCNT(cs) = tocc(ccre - cs); /* offset to next symbol */
break;
- /* reurn from a recursion */
+ /* return from a recursion */
case ')':
if (acs != NULL) {
do {