summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobias <tobias@openbsd.org>2008-06-14 00:47:49 +0000
committertobias <tobias@openbsd.org>2008-06-14 00:47:49 +0000
commit2c97fb1e54252d1684b8da64cdf0ec1d683f4f83 (patch)
tree97b2b93d2407fb30ce30c08117213c4a8a33179c
parentremove duplicate #defines; ok hshoexer@ (diff)
downloadwireguard-openbsd-2c97fb1e54252d1684b8da64cdf0ec1d683f4f83.tar.xz
wireguard-openbsd-2c97fb1e54252d1684b8da64cdf0ec1d683f4f83.zip
Fixed wrong function name in fatal call.
-rw-r--r--usr.bin/cvs/rcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c
index f6355ea3018..2bbeb32bbad 100644
--- a/usr.bin/cvs/rcs.c
+++ b/usr.bin/cvs/rcs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.c,v 1.271 2008/06/12 17:06:17 joris Exp $ */
+/* $OpenBSD: rcs.c,v 1.272 2008/06/14 00:47:49 tobias Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -3542,7 +3542,7 @@ rcs_translate_tag(const char *revstr, RCSFILE *rfp)
if (rdp->rd_next->rn_len == 0)
break;
if ((rdp = rcs_findrev(rfp, rdp->rd_next)) == NULL)
- fatal("rcs_get_revision: could not fetch "
+ fatal("rcs_translate_tag: could not fetch "
"branch delta");
}