summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2009-02-02 18:14:50 +0000
committerKen Raeburn <raeburn@mit.edu>2009-02-02 18:14:50 +0000
commit919c60d754bfa051ce8b84bff26906263c6080ab (patch)
treee50aaf0300c581efd8d8125e4b286a831af9fbd2 /src
parentbc3927113f65b326537392d22639dad8f69299e6 (diff)
downloadkrb5-919c60d754bfa051ce8b84bff26906263c6080ab.tar.gz
krb5-919c60d754bfa051ce8b84bff26906263c6080ab.tar.xz
krb5-919c60d754bfa051ce8b84bff26906263c6080ab.zip
comment needed some grammatical/typographical fixes too
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21864 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/t_prng.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/crypto/t_prng.c b/src/lib/crypto/t_prng.c
index 418b96c60..7df743bae 100644
--- a/src/lib/crypto/t_prng.c
+++ b/src/lib/crypto/t_prng.c
@@ -23,18 +23,18 @@
* this software for any purpose. It is provided "as is" without express
* or implied warranty.
*
- * This file contains tests for the PRNG code in Kerberos. IT reads
+ * This file contains tests for the PRNG code in Kerberos. It reads
* an input file, and writes an output file. It is assumed that the
- * output file will be diffed against expected output to see whether
- * regression tests pass. The input file is very primitive format. It
- * is composed of alternating seeds and outputs. The first line in
- * the file is an integer source Id from the krb5_c_randsource enum in
- * krb5.h. Then an integer seed length is be
- * read. Then that many bytes (encoded in hex) is read; whitspace or
- * newlines may be inserted between bytes. Then after the seed data is
- * an integer describing how many bytes of output should be written.
- * Then another source ID and seed length is read. If the seed length
- * is 0, the source id is ignored and the seed is not seeded.
+ * output file will be diffed against expected output to see whether
+ * regression tests pass. The input file has a very primitive format.
+ * It is composed of alternating seeds and outputs. The first line in
+ * the file is an integer source id from the krb5_c_randsource enum in
+ * krb5.h. Then an integer seed length is read. Then that many bytes
+ * (encoded in hex) are read; whitespace or newlines may be inserted
+ * between bytes. Then after the seed data is an integer describing
+ * how many bytes of output should be written. Then another source ID
+ * and seed length is read. If the seed length is 0, the source id is
+ * ignored and the seed is not seeded.
*/
#include "k5-int.h"