[vte] widget: Correct comment



commit 648c6f2b23d3bf929df7998fae1a71b0d8407d86
Author: Christian Persch <chpe gnome org>
Date:   Sun Jan 31 15:08:44 2016 +0100

    widget: Correct comment

 src/vte.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index b5ba656..4bc58ba 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -1229,7 +1229,7 @@ VteTerminalPrivate::regex_match_set_cursor(int tag,
  * @sattr_ptr: (out):
  * @ettr_ptr: (out):
  *
- * Maps (row, column) to an offset in pvt->match_attributes, and returns
+ * Maps (row, column) to an offset in m_match_attributes, and returns
  * that offset in @offset_ptr, and the start and end of the corresponding
  * line in @sattr_ptr and @eattr_ptr.
  */
@@ -1757,7 +1757,7 @@ VteTerminalPrivate::match_check_internal_gregex(vte::grid::column_t column,
  * @start: (out):
  * @end: (out):
  *
- * Checks pvt->match_contents for dingu matches, and returns the tag, start, and
+ * Checks m_match_contents for dingu matches, and returns the tag, start, and
  * end of the match in @tag, @start, @end. If no match occurs, @tag will be set to
  * -1, and if they are nonzero, @start and @end mark the smallest span in the @row
  * in which none of the dingus match.


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