aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.h')
-rw-r--r--src/doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.h b/src/doc.h
index 6b0721e..9dc1665 100644
--- a/src/doc.h
+++ b/src/doc.h
@@ -42,7 +42,7 @@ typedef struct teco_doc_scintilla_t teco_doc_scintilla_t;
typedef struct {
/**
* Underlying Scintilla document.
- * It is created on demand in teco_doc_maybe_create_document(),
+ * It is created on demand in teco_doc_get_scintilla(),
* so that we don't waste memory on integer-only Q-Registers.
*/
teco_doc_scintilla_t *doc;