summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2006-11-18 20:18:29 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2006-11-18 20:18:29 +0000
commit43a738472054bef89d74c3aea7de29a1889a3ca7 (patch)
treed95815bae1ea5407e74f0cd820edabd5268e5a2a
parentf8dfe91157b0f78fd86dca31a0911d76084832f0 (diff)
- update comment
-rw-r--r--usr.bin/rcs/ci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index 143d6061476..cdb745ec3c2 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.189 2006/11/09 21:47:52 millert Exp $ */
+/* $OpenBSD: ci.c,v 1.190 2006/11/18 20:18:28 niallo Exp $ */
/*
* Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -319,7 +319,7 @@ checkin_main(int argc, char **argv)
* checkin_diff_file()
*
* Generate the diff between the working file and a revision.
- * Returns pointer to a char array on success, NULL on failure.
+ * Returns pointer to a BUF on success, NULL on failure.
*/
static BUF *
checkin_diff_file(struct checkin_params *pb)