Correct the name of krb5int_trace in comments
authorTom Yu <tlyu@mit.edu>
Fri, 18 May 2012 00:05:22 +0000 (20:05 -0400)
committerTom Yu <tlyu@mit.edu>
Fri, 18 May 2012 00:05:22 +0000 (20:05 -0400)
Patch from W. Trevor King.

ticket: 7133

src/lib/krb5/os/trace.c

index a231ca04d1fd1cbcdc6b4302d340ac8c6f23f5fc..e859c13444949078d186ca25efa973c75d263fc3 100644 (file)
@@ -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.
  */
 
 /*
- * 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