From 6522cf9bb878b3ddd9ca58df2cf56e580f55f1d7 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 24 Jun 2004 22:46:21 +0000 Subject: [PATCH] update copyright, fix comment typo git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16514 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/cc_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/krb5/ccache/cc_file.c b/src/lib/krb5/ccache/cc_file.c index be627e116..1b495edca 100644 --- a/src/lib/krb5/ccache/cc_file.c +++ b/src/lib/krb5/ccache/cc_file.c @@ -1,7 +1,7 @@ /* * lib/krb5/ccache/cc_file.c * - * Copyright 1990,1991,1992,1993,1994,2000 by the Massachusetts Institute of Technology. + * Copyright 1990,1991,1992,1993,1994,2000,2004 Massachusetts Institute of Technology. * All Rights Reserved. * * Original stdio support copyright 1995 by Cygnus Support. @@ -30,7 +30,7 @@ */ /* -If OPENCLOSE is defined, ecah of the functions opens and closes the +If OPENCLOSE is defined, each of the functions opens and closes the file whenever it needs to access it. Otherwise, the file is opened once in initialize and closed once is close. -- 2.26.2