summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-09-21 08:41:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-09-21 08:41:51 (GMT)
commit475d0498c66c8bbc7a0acbb9d1c58abe3fa78b52 (patch)
tree19994fe7776bae05ebec5874f3239f8992393498 /generic/tclEncoding.c
parent4248deef0b06ef0e95625e3b40a677427dc55f78 (diff)
downloadtcl-minor.zip
tcl-minor.tar.gz
tcl-minor.tar.bz2
Fix ungrammatical doubling of words in commentsminor
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r--generic/tclEncoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index 97f9f2b..ab53e6d 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -1922,7 +1922,7 @@ LoadEncodingFile(
* little-endian systems.
*
* Results:
- * Returns the new Tcl_Encoding, or NULL if it could could
+ * Returns the new Tcl_Encoding, or NULL if it could
* not be created because the file contained invalid data.
*
* Side effects: