aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/FAQ.dox
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2013-12-28 16:30:15 +0200
committerLee Salzman <[email protected]>2013-12-28 16:30:15 +0200
commit272d4432f80ed8dd72612bad96cd129f1a42b007 (patch)
treef675573dfd0f83590bfd895b0c514ed36bb273fe /docs/FAQ.dox
parent6fcfba5141785a877a8d06cd11e203feae8376e5 (diff)
downloadenet-272d4432f80ed8dd72612bad96cd129f1a42b007.tar.gz
enet-272d4432f80ed8dd72612bad96cd129f1a42b007.zip
typo fixes
Diffstat (limited to 'docs/FAQ.dox')
-rw-r--r--docs/FAQ.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ.dox b/docs/FAQ.dox
index 484b818..c3f45fb 100644
--- a/docs/FAQ.dox
+++ b/docs/FAQ.dox
@@ -1,12 +1,12 @@
/**
@page FAQ Frequently Answered Questions
-@section Q1 Is ENet thread safe?
+@section Q1 Is ENet thread-safe?
ENet does not use any significant global variables, the vast majority
of state is encapsulated in the ENetHost structure. As such, as long
as the application guards access to this structure, then ENet should
-operate fine in a multithreaded environment.
+operate fine in a multi-threaded environment.
@section Q2 Isn't ENet just re-inventing TCP?! What's the point?