[26560] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Correct the name of krb5int_trace in comments

daemon@ATHENA.MIT.EDU (Tom Yu)
Thu May 17 20:07:19 2012

Date: Thu, 17 May 2012 20:07:16 -0400
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201205180007.q4I07GcA017333@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/d605580fe29225d9fea25fd1ad75ebdcc8288717
commit d605580fe29225d9fea25fd1ad75ebdcc8288717
Author: Tom Yu <tlyu@mit.edu>
Date:   Thu May 17 20:05:22 2012 -0400

    Correct the name of krb5int_trace in comments
    
    Patch from W. Trevor King.
    
    ticket: 7133

 src/lib/krb5/os/trace.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/krb5/os/trace.c b/src/lib/krb5/os/trace.c
index a231ca0..e859c13 100644
--- a/src/lib/krb5/os/trace.c
+++ b/src/lib/krb5/os/trace.c
@@ -1,5 +1,5 @@
 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
-/* lib/krb5/os/trace.c - k5trace implementation */
+/* lib/krb5/os/trace.c - krb5int_trace implementation */
 /*
  * Copyright 2009 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
@@ -25,10 +25,10 @@
  */
 
 /*
- * k5trace is defined in k5-int.h as a macro or static inline function,
- * and is called like so:
+ * krb5int_trace is defined in k5-trace.h as a macro or static inline
+ * function, and is called like so:
  *
- *   void k5trace(krb5_context context, const char *fmt, ...)
+ *   void krb5int_trace(krb5_context context, const char *fmt, ...)
  *
  * Arguments may or may not be evaluated, so don't pass argument
  * expressions with side effects.  Tracing support and calls can be
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post