From 9102cbc957a2088264a4cad530e59c9ec48cb6d3 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Wed, 16 Feb 2000 22:45:51 +0000 Subject: [PATCH] Fix a typo (simple --> simply). --- share/man/man9/sleep.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index a02fe2523835..3b49bce0b8ae 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -188,7 +188,7 @@ around code that might block. It is hoped that these capabilities will make it easier to migrate the SMP master locks deeper into the kernel. .Pp These routines may also be used to avoid nasty spl*() calls to get around -race conditions with simple conditional test/wait interlocks. You simple +race conditions with simple conditional test/wait interlocks. You simply call .Fn asleep prior to your test, then conditionally