diff options
author | andy <andrew.m.goth@gmail.com> | 2016-11-25 01:39:13 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2016-11-25 01:39:13 (GMT) |
commit | 45f0dfd1a9fd6c3b5e3ca9a23da2cfedd364c1f7 (patch) | |
tree | 65201cbfc81b000404d033236a92f6dbaed2c33a | |
parent | 088a851f2d1915d2ca3f3896feb454c3b96b0b18 (diff) | |
download | tcl-45f0dfd1a9fd6c3b5e3ca9a23da2cfedd364c1f7.zip tcl-45f0dfd1a9fd6c3b5e3ca9a23da2cfedd364c1f7.tar.gz tcl-45f0dfd1a9fd6c3b5e3ca9a23da2cfedd364c1f7.tar.bz2 |
Remove spurious article in comments
-rw-r--r-- | generic/tclHash.c | 4 |
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: |