From: Greg Hudson Date: Mon, 19 Oct 2009 19:15:03 +0000 (+0000) Subject: Fix a typo in a new comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ce791159a8332d952333a7b85d8d3d90a43fc6;p=thirdparty%2Fkrb5.git Fix a typo in a new comment git-svn-id: svn://anonsvn.mit.edu/krb5/branches/enc-perf@22940 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/builtin/hmac.c b/src/lib/crypto/builtin/hmac.c index 91f6108626..6726a08262 100644 --- a/src/lib/crypto/builtin/hmac.c +++ b/src/lib/crypto/builtin/hmac.c @@ -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.