]> git.llucax.com Git - software/eventxx.git/commitdiff
Small documentation fix.
authorLeandro Lucarella <llucax+eventxx@gmail.com>
Sat, 27 Jan 2007 06:08:20 +0000 (06:08 +0000)
committerLeandro Lucarella <llucax+eventxx@gmail.com>
Sat, 27 Jan 2007 06:08:20 +0000 (06:08 +0000)
eventxx

diff --git a/eventxx b/eventxx
index ce383623865cd8cb3153ff6cc338a4cd056fd3b2..b527d9ffbf4fc5aa600749c1f74be17c5c2079fe 100644 (file)
--- a/eventxx
+++ b/eventxx
@@ -32,8 +32,9 @@
  * file to your project and you are set.
  *
  * It's designed to be as close to use to libevent (without compromising modern
- * C++ programming techniques) and efficiency (since all implementation is
- * trivial and inline, theoretically, it imposes no overhead at all).
+ * C++ programming techniques) and efficient (since all implementation is
+ * trivial and inline, theoretically, it imposes no overhead at all) as
+ * possible.
  *
  * Please, visit the <a href="http://www.llucax.com.ar/~luca/eventxx/">eventxx
  * website</a> for the latest documentation.