diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-08 20:28:57 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-08 20:28:57 +0000 |
| commit | 58d8a85e29b86679b334dbe24cc6491fff172c9f (patch) | |
| tree | 2ae3a232848c4282295a6505945402e8573b9fa0 /sys/dev | |
| parent | 1d538861ff9fb368743b47dd66df2b4812059f74 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/random/yarrow.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index c28fc7474faef..816ab23804727 100644 --- a/sys/dev/random/yarrow.c +++ b/sys/dev/random/yarrow.c @@ -214,7 +214,7 @@ random_init(void) #ifdef DEBUG mtx_enter(&Giant, MTX_DEF); - printf("Random initalise finish\n"); + printf("Random initialise finish\n"); mtx_exit(&Giant, MTX_DEF); #endif @@ -226,7 +226,7 @@ random_deinit(void) { #ifdef DEBUG mtx_enter(&Giant, MTX_DEF); - printf("Random deinitalise\n"); + printf("Random deinitialise\n"); mtx_exit(&Giant, MTX_DEF); #endif @@ -235,7 +235,7 @@ random_deinit(void) #ifdef DEBUG mtx_enter(&Giant, MTX_DEF); - printf("Random deinitalise waiting for thread to terminate\n"); + printf("Random deinitialise waiting for thread to terminate\n"); mtx_exit(&Giant, MTX_DEF); #endif @@ -248,7 +248,7 @@ random_deinit(void) #ifdef DEBUG mtx_enter(&Giant, MTX_DEF); - printf("Random deinitalise removing mutexes\n"); + printf("Random deinitialise removing mutexes\n"); mtx_exit(&Giant, MTX_DEF); #endif @@ -258,7 +258,7 @@ random_deinit(void) #ifdef DEBUG mtx_enter(&Giant, MTX_DEF); - printf("Random deinitalise finish\n"); + printf("Random deinitialise finish\n"); mtx_exit(&Giant, MTX_DEF); #endif } |
