diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-09 00:45:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-09 00:45:39 +0000 |
commit | ccbb93b16df494da1c0ebf8081ee30acb3a02e42 (patch) | |
tree | 495b7d3bd432857d46dbb036810e1fa0b9c839bf /usr.bin/make/lst.lib/lstSucc.c | |
parent | 831aadadbdcc6c81bf560c5d4c327ce0773f8cce (diff) |
From Andrushock, s/sucess/success/g
Diffstat (limited to 'usr.bin/make/lst.lib/lstSucc.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstSucc.c | 4 |
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. |