diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 12:41:37 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 12:41:37 (GMT) |
| commit | 47865a29082fb829280d387a725e1482f822c60b (patch) | |
| tree | 60b28b499d013447563a9356fec0f8262954a1a3 /generic/tclNotify.c | |
| parent | 02c2fadf0798d52f1c1754deb0bbfb3cd454e00f (diff) | |
| download | tcl-47865a29082fb829280d387a725e1482f822c60b.zip tcl-47865a29082fb829280d387a725e1482f822c60b.tar.gz tcl-47865a29082fb829280d387a725e1482f822c60b.tar.bz2 | |
Fix [e646d28f1a]: 8.6 Documentation/comment typo fixes
Diffstat (limited to 'generic/tclNotify.c')
| -rw-r--r-- | generic/tclNotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclNotify.c b/generic/tclNotify.c index 3dbc58b..1d750c4 100644 --- a/generic/tclNotify.c +++ b/generic/tclNotify.c @@ -1040,7 +1040,7 @@ Tcl_ServiceAll(void) } /* - * We need to turn off event servicing like we to in Tcl_DoOneEvent, to + * We need to turn off event servicing like we do in Tcl_DoOneEvent, to * avoid recursive calls. */ |
