summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-06-24 22:46:21 +0000
committerKen Raeburn <raeburn@mit.edu>2004-06-24 22:46:21 +0000
commit6522cf9bb878b3ddd9ca58df2cf56e580f55f1d7 (patch)
treeceb9cdb2eed3f4c494e80a76222d6c7f3d50d5bf
parentb51d5839b1af8a76fa2b95ee0de029d97f1beff9 (diff)
downloadkrb5-6522cf9bb878b3ddd9ca58df2cf56e580f55f1d7.tar.gz
krb5-6522cf9bb878b3ddd9ca58df2cf56e580f55f1d7.tar.xz
krb5-6522cf9bb878b3ddd9ca58df2cf56e580f55f1d7.zip
update copyright, fix comment typo
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16514 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/ccache/cc_file.c4
1 files 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.