summaryrefslogtreecommitdiff
path: root/docs/overview.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/overview.txt')
-rw-r--r--docs/overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/overview.txt b/docs/overview.txt
index 2bb6b843..0e558fe8 100644
--- a/docs/overview.txt
+++ b/docs/overview.txt
@@ -225,7 +225,7 @@ multi-threaded operations run smoothly:
cause it to get confused and may crash. Calling a device from
several different threads is perfectly acceptable as long as
there are safeguards in place to prevent the calls being
- simultaneous.
+ simultaneous.
So, how does a multi-threaded example differ from a non-multithreaded
one?