* krb5.hin: Update comment on krb5_kt_free_entry prototype to
authorTom Yu <tlyu@mit.edu>
Thu, 12 Dec 2002 21:00:49 +0000 (21:00 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 12 Dec 2002 21:00:49 +0000 (21:00 +0000)
point at the correct recommended function.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15044 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/krb5.hin

index 06c7f16664a00570181732c33e038b7ec555b436..90cee6c97e242b578dda58f25f68cff69e2f2f83 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-12  Tom Yu  <tlyu@mit.edu>
+
+       * krb5.hin: Update comment on krb5_kt_free_entry prototype to
+       point at the correct recommended function.
+
 2002-12-06  Tom Yu  <tlyu@mit.edu>
 
        * k5-int.h: Update prototype of krb5int_locate_server() to take
index a1fb9261760866608a046e3b0b001d1a08121091..78bd1e0c51113a15555db07e7adb04622daee627 100644 (file)
@@ -1680,7 +1680,7 @@ krb5_error_code KRB5_CALLCONV krb5_free_keytab_entry_contents
        (krb5_context,
                krb5_keytab_entry * );
 #if KRB5_PRIVATE
-/* use krb5_kt_free_entry_contents instead */
+/* use krb5_free_keytab_entry_contents instead */
 krb5_error_code KRB5_CALLCONV krb5_kt_free_entry
        (krb5_context,
                krb5_keytab_entry * );