summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-04-16 10:55:42 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-04-16 10:55:42 (GMT)
commitcceb3ebddedc8b205dc57e284dd27a16c69beaa2 (patch)
tree896be1a586c6870f8ce3dbbcb4fb90c0752dc589 /generic/tclCompile.h
parent3c2a7e1741bd4cba6bab6deae6c97256b04a6d79 (diff)
parentf64db5dae2e12baca81dd2c44fa12194214a8bb5 (diff)
downloadtcl-cceb3ebddedc8b205dc57e284dd27a16c69beaa2.zip
tcl-cceb3ebddedc8b205dc57e284dd27a16c69beaa2.tar.gz
tcl-cceb3ebddedc8b205dc57e284dd27a16c69beaa2.tar.bz2
Merge core-8-branch
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 2e5d3ac..87fb783 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -434,7 +434,7 @@ typedef struct ByteCode {
* active. This structure can be freed when
* refCount becomes zero. */
unsigned int flags; /* flags describing state for the codebyte.
- * this variable holds ORed values from the
+ * this variable holds OR'ed values from the
* TCL_BYTECODE_ masks defined above */
const char *source; /* The source string from which this ByteCode
* was compiled. Note that this pointer is not