[vte] Minor comment fix.



commit 9caf8b2249dea81bc03108020b7c033a78cd3f57
Author: Behdad Esfahbod <behdad behdad org>
Date:   Fri Jun 25 02:02:29 2010 -0300

    Minor comment fix.

 src/vte.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 45922c5..b546c42 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -6727,9 +6727,9 @@ vte_terminal_extend_selection(VteTerminal *terminal, long x, long y,
 	}
 
 	/* We want to be more lenient on the user with their column selection.
-	 * We round to closest logical position (positions are located between
+	 * We round to the closest logical position (positions are located between
 	 * cells).  But we don't want to fully round.  So we divide the cell
-	 * width/height into three parts.  The side parts round to their nearest
+	 * width into three parts.  The side parts round to their nearest
 	 * position.  The middle part is always inclusive in the selection.
 	 *
 	 * math_div and no MAX, to allow selecting no cells in the line,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]