diff options
author | 2011-05-04 17:37:33 +0000 | |
---|---|---|
committer | 2011-05-04 17:37:33 +0000 | |
commit | 6352a9074729b088ea0a80c7de87fa3c11090171 (patch) | |
tree | 4ca74109f946859eab09477626a7d87c0ae3f114 /usr.bin/cvs/rcsparse.c | |
parent | Collapse m_pullup and m_pullup2 into a single function, as they're (diff) | |
download | wireguard-openbsd-6352a9074729b088ea0a80c7de87fa3c11090171.tar.xz wireguard-openbsd-6352a9074729b088ea0a80c7de87fa3c11090171.zip |
Fix a typo in a comment, from Michael W Bombardieri.
Diffstat (limited to 'usr.bin/cvs/rcsparse.c')
-rw-r--r-- | usr.bin/cvs/rcsparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcsparse.c b/usr.bin/cvs/rcsparse.c index 23561b3a100..149a6faed5c 100644 --- a/usr.bin/cvs/rcsparse.c +++ b/usr.bin/cvs/rcsparse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsparse.c,v 1.4 2010/10/29 17:49:37 nicm Exp $ */ +/* $OpenBSD: rcsparse.c,v 1.5 2011/05/04 17:37:33 nicm Exp $ */ /* * Copyright (c) 2010 Tobias Stoeckmann <tobias@openbsd.org> * @@ -989,7 +989,7 @@ rcsparse_token(RCSFILE *rfp, int allowed) switch (allowed) { case RCS_TYPE_COMMITID: - /* XXX validate commitd */ + /* XXX validate commitid */ break; case RCS_TYPE_LOGIN: if (!valid_login(pdp->rp_buf)) { |