svn rev #22940: branches/enc-perf/src/lib/crypto/builtin/
ghudson@MIT.EDU
ghudson at MIT.EDU
Mon Oct 19 15:15:03 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22940
Commit By: ghudson
Log Message:
Fix a typo in a new comment.
Changed Files:
U branches/enc-perf/src/lib/crypto/builtin/hmac.c
Modified: branches/enc-perf/src/lib/crypto/builtin/hmac.c
===================================================================
--- branches/enc-perf/src/lib/crypto/builtin/hmac.c 2009-10-19 19:14:39 UTC (rev 22939)
+++ branches/enc-perf/src/lib/crypto/builtin/hmac.c 2009-10-19 19:15:03 UTC (rev 22940)
@@ -32,7 +32,7 @@
* encryption or keyed hash functions, it is simplest to define it in
* terms of keyblocks, and then supply a simple wrapper for the
* "normal" krb5_key-using interfaces. The keyblock interfaces are
- * useful for the biult-in arcfour code which constructs a lot of
+ * useful for the built-in arcfour code which constructs a lot of
* intermediate HMAC keys. For other back ends, it should not be
* necessary to supply the _keyblock versions of the hmac functions if
* the back end code doesn't make use of them.
More information about the cvs-krb5
mailing list