summaryrefslogtreecommitdiffstats
path: root/src/beval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beval.h')
-rw-r--r--src/beval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beval.h b/src/beval.h
index 090c5fb55c..60cf1ab9dc 100644
--- a/src/beval.h
+++ b/src/beval.h
@@ -75,7 +75,7 @@ typedef struct BalloonEvalStruct
#ifdef FEAT_VARTABS
int *vts; // vartabstop setting for this buffer
#endif
- char_u *msg;
+ char_u *msg; // allocated: current text
#ifdef FEAT_GUI_MSWIN
void *tofree;
#endif