patch-1.3.99 linux/drivers/char/random.c
Next file: linux/drivers/char/rtc.c
Previous file: linux/drivers/char/pty.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun May 5 08:51:13 1996
- Orig file:
v1.3.98/linux/drivers/char/random.c
- Orig date:
Sun May 5 08:51:59 1996
diff -u --recursive --new-file v1.3.98/linux/drivers/char/random.c linux/drivers/char/random.c
@@ -169,7 +169,7 @@
* fi
* dd if=/dev/urandom of=/etc/random-seed count=1
*
- * and the following lines in an approproate script which is run as
+ * and the following lines in an appropriate script which is run as
* the system is shutdown:
*
* # Carry a random seed from shut-down to start-up
@@ -574,7 +574,7 @@
#define HASH_TRANSFORM SHATransform
/*
- * SHA transform algorith, taken from code written by Peter Gutman,
+ * SHA transform algorithm, taken from code written by Peter Gutman,
* and apparently in the public domain.
*/
@@ -615,7 +615,7 @@
E = digest[ 4 ];
memcpy( eData, data, 16*sizeof(__u32));
- /* Heavy mangling, in 4 sub-rounds of 20 interations each. */
+ /* Heavy mangling, in 4 sub-rounds of 20 iterations each. */
subRound( A, B, C, D, E, f1, K1, eData[ 0 ] );
subRound( E, A, B, C, D, f1, K1, eData[ 1 ] );
subRound( D, E, A, B, C, f1, K1, eData[ 2 ] );
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this