From 8072a14aa69d5cf4770f389acb88b8711717de22 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sun, 12 Apr 2009 12:01:49 -0300
Subject: [PATCH 19/38] ansi.c: Improve some comments

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 libjio/ansi.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

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.
  */
 
-- 
1.6.2.2.646.gb214


