diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-04-10 09:57:33 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-04-10 09:57:33 +0000 |
commit | 8daf75a59aebaf705f358ad191f37df523ea7f7b (patch) | |
tree | be2df739def114347dccb4389b68d5067ceebe75 /usr.bin/cvs/diff.h | |
parent | 1c8eafd7beac2c5804fce580af7e5066c40529b5 (diff) |
sync comments with reality.
Diffstat (limited to 'usr.bin/cvs/diff.h')
-rw-r--r-- | usr.bin/cvs/diff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.h b/usr.bin/cvs/diff.h index e9020a8e30e..16abe669f7c 100644 --- a/usr.bin/cvs/diff.h +++ b/usr.bin/cvs/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.8 2006/03/14 15:59:06 xsa Exp $ */ +/* $OpenBSD: diff.h,v 1.9 2006/04/10 09:57:32 xsa Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -79,7 +79,7 @@ #define D_RCSDIFF 5 /* Reverse editor output: RCS format */ /* - * Status values for print_status() and diffreg() return values + * Status values for cvs_diffreg() return values */ #define D_SAME 0 /* Files are the same */ #define D_DIFFER 1 /* Files are different */ |