summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.lib
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-12-09 00:45:33 +0000
committermillert <millert@openbsd.org>2002-12-09 00:45:33 +0000
commitf986e4fc9b1204c56a7ddda3ffe947a9f7252cc4 (patch)
tree613eb3ef3cf06229bd0141537a549cd373ac2dc6 /usr.bin/make/lst.lib
parentregen (diff)
downloadwireguard-openbsd-f986e4fc9b1204c56a7ddda3ffe947a9f7252cc4.tar.xz
wireguard-openbsd-f986e4fc9b1204c56a7ddda3ffe947a9f7252cc4.zip
From Andrushock, s/sucess/success/g
Diffstat (limited to 'usr.bin/make/lst.lib')
-rw-r--r--usr.bin/make/lst.lib/lstSucc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/lst.lib/lstSucc.c b/usr.bin/make/lst.lib/lstSucc.c
index af4d9408cff..70abc0241fe 100644
--- a/usr.bin/make/lst.lib/lstSucc.c
+++ b/usr.bin/make/lst.lib/lstSucc.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: lstSucc.c,v 1.10 2001/05/29 12:53:48 espie Exp $ */
+/* $OpenBSD: lstSucc.c,v 1.11 2002/12/09 00:45:38 millert Exp $ */
/* $NetBSD: lstSucc.c,v 1.5 1996/11/06 17:59:52 christos Exp $ */
/*
@@ -49,7 +49,7 @@
/*-
*-----------------------------------------------------------------------
* Lst_Succ --
- * Return the sucessor to the given node on its list.
+ * Return the successor to the given node on its list.
*
* Results:
* The successor of the node, if it exists.