From 8daf75a59aebaf705f358ad191f37df523ea7f7b Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Mon, 10 Apr 2006 09:57:33 +0000 Subject: sync comments with reality. --- usr.bin/cvs/diff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/diff.h') 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 */ -- cgit v1.2.3