git » libjio » commit 8072a14

ansi.c: Improve some comments

author Alberto Bertogli
2009-04-12 15:01:49 UTC
committer Alberto Bertogli
2009-04-12 15:01:49 UTC
parent bf979a84ac5db77d26eee27441e7f53a0eee16d9

ansi.c: Improve some comments

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

libjio/ansi.c +2 -5

diff --git a/libjio/ansi.c b/libjio/ansi.c
index 017bd66..2cc995f 100644
--- a/libjio/ansi.c
+++ b/libjio/ansi.c
@@ -22,12 +22,9 @@
  * To avoid completely useless code duplication, this functions rely on the
  * UNIX wrappers from unix.c.
  *
- * The API is not nice, and you I wouldn't recommend it for any serious I/O;
- * this wrappers are done more as code samples than anything else.
+ * The API is not nice, and I wouldn't recommend it for any serious I/O.
  *
- * TODO: it should be possible to implement something like this at some
- * LD_PRELOAD level without too much harm for most apps.
- * TODO: this is still experimental, it hasn't received too much testing
+ * Note that it is still experimental and it hasn't received too much testing
  * (that's why it's not even documented), so use it at your own risk.
  */