summaryrefslogtreecommitdiffstats
path: root/generic/tclHash.c
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2016-11-25 01:39:13 (GMT)
committerandy <andrew.m.goth@gmail.com>2016-11-25 01:39:13 (GMT)
commit45f0dfd1a9fd6c3b5e3ca9a23da2cfedd364c1f7 (patch)
tree65201cbfc81b000404d033236a92f6dbaed2c33a /generic/tclHash.c
parent088a851f2d1915d2ca3f3896feb454c3b96b0b18 (diff)
downloadtcl-45f0dfd1a9fd6c3b5e3ca9a23da2cfedd364c1f7.zip
tcl-45f0dfd1a9fd6c3b5e3ca9a23da2cfedd364c1f7.tar.gz
tcl-45f0dfd1a9fd6c3b5e3ca9a23da2cfedd364c1f7.tar.bz2
Remove spurious article in comments
Diffstat (limited to 'generic/tclHash.c')
-rw-r--r--generic/tclHash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclHash.c b/generic/tclHash.c
index ac9d40e..78ad514 100644
--- a/generic/tclHash.c
+++ b/generic/tclHash.c
@@ -924,7 +924,7 @@ HashStringKey(
*
* BogusFind --
*
- * This function is invoked when an Tcl_FindHashEntry is called on a
+ * This function is invoked when Tcl_FindHashEntry is called on a
* table that has been deleted.
*
* Results:
@@ -951,7 +951,7 @@ BogusFind(
*
* BogusCreate --
*
- * This function is invoked when an Tcl_CreateHashEntry is called on a
+ * This function is invoked when Tcl_CreateHashEntry is called on a
* table that has been deleted.
*
* Results: