From 4886c66daf8869d2fb891088a7b5066588095dfb Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 29 Jun 1999 14:57:12 +0000 Subject: Moshe: Remove extraneous "and". --- Doc/lib/libmutex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libmutex.tex b/Doc/lib/libmutex.tex index 5436944..d6e3707 100644 --- a/Doc/lib/libmutex.tex +++ b/Doc/lib/libmutex.tex @@ -8,7 +8,7 @@ The \module{mutex} defines a class that allows mutual-exclusion via aquiring and releasing locks. It does not require (or imply) -and threading or multi-tasking, though it could be useful for +threading or multi-tasking, though it could be useful for those purposes. The \module{mutex} module defines the following class: -- cgit v0.12