diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-12-02 00:15:36 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-12-02 00:15:36 +0000 |
commit | 73fad11dab3362f3bd1161744d3a239aa956e679 (patch) | |
tree | 9662a5f5dd128656fe35502d826c352787fdc4e0 /usr.bin | |
parent | a895477272c988e700005bf0f28709e3555d3c33 (diff) |
- fix a typo in a comment
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/ci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index 097319196fc..5582837ba81 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.74 2005/11/28 14:43:59 xsa Exp $ */ +/* $OpenBSD: ci.c,v 1.75 2005/12/02 00:15:35 niallo Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -738,7 +738,7 @@ checkin_mtimedate(struct checkin_params *pb) } /* - * checkin_rcsfile() + * checkin_choose_rcsfile() * * Given a relative filename, decide where the corresponding ,v file * should be. |