]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix a typo in a new comment
authorGreg Hudson <ghudson@mit.edu>
Mon, 19 Oct 2009 19:15:03 +0000 (19:15 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 19 Oct 2009 19:15:03 +0000 (19:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/enc-perf@22940 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/builtin/hmac.c

index 91f61086266b5df46ca73e4bc6dd35fec1145bbc..6726a08262c6a263e3f32da473755809f23ab5ed 100644 (file)
@@ -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.