diff options
author | 2006-04-10 09:57:32 +0000 | |
---|---|---|
committer | 2006-04-10 09:57:32 +0000 | |
commit | 11990d9b3dc0e215c7b357829d018e32b1baee16 (patch) | |
tree | 14701b96528ea1c0eed7a6e77789741e086181ff /usr.bin/cvs/diff.h | |
parent | tweaks; (diff) | |
download | wireguard-openbsd-11990d9b3dc0e215c7b357829d018e32b1baee16.tar.xz wireguard-openbsd-11990d9b3dc0e215c7b357829d018e32b1baee16.zip |
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 */ |