Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/kern



Module Name:    src
Committed By:   reinoud
Date:           Sat Aug 30 08:55:54 UTC 2008

Modified Files:
        src/sys/kern: init_main.c vfs_bio.c

Log Message:
Fix simple typo:
-       rnd_init();             /* initialize RNG */
+       rnd_init();             /* initialize RND */


To generate a diff of this commit:
cvs rdiff -r1.361 -r1.362 src/sys/kern/init_main.c
cvs rdiff -r1.208 -r1.209 src/sys/kern/vfs_bio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index