aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/random.h
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commit6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/i386/include/random.h
parent09b5920411b857421036b7143f6cf39b5e264961 (diff)
downloadsrc-6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49.tar.gz
src-6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49.zip
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Notes
Notes: svn path=/head/; revision=13765
Diffstat (limited to 'sys/i386/include/random.h')
-rw-r--r--sys/i386/include/random.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/random.h b/sys/i386/include/random.h
index 5fe7ffc79bc4..97f6c6516387 100644
--- a/sys/i386/include/random.h
+++ b/sys/i386/include/random.h
@@ -1,7 +1,7 @@
/*
* random.h -- A strong random number generator
*
- * $Id$
+ * $Id: random.h,v 1.3 1995/12/29 08:04:13 markm Exp $
*
* Version 0.95, last modified 18-Oct-95
*
@@ -62,7 +62,7 @@
#if defined(KERNEL)
-/* Interrupts to be used in the randomising process */
+/* Interrupts to be used in the randomizing process */
extern inthand2_t *sec_intr_handler[ICU_LEN];
extern int sec_intr_unit[ICU_LEN];