summaryrefslogtreecommitdiff
path: root/src/vte.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vte.h')
-rw-r--r--src/vte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vte.h b/src/vte.h
index 02195105..d49164e7 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -336,7 +336,7 @@ void vte_terminal_reset(VteTerminal *terminal, gboolean full,
/* Read the contents of the terminal, using a callback function to determine
* if a particular location on the screen (0-based) is interesting enough to
* include. Each byte in the returned string will have a corresponding
- * VteCharAttributes structure in the passed GArray, if the array was not NULL.
+ * VteCharAttributes structure in the passed GArray, if the array was not %NULL.
* Note that it will have one entry per byte, not per character, so indexes
* should match up exactly. */
char *vte_terminal_get_text(VteTerminal *terminal,