summaryrefslogtreecommitdiff
path: root/include/ruby/st.h
diff options
context:
space:
mode:
authorK.Takata <[email protected]>2020-03-11 16:43:12 +0900
committerGitHub <[email protected]>2020-03-11 00:43:12 -0700
commite89ebdcb87f23a71ad97581541bb2eaeee5e83e9 (patch)
treedeeca18cf2d7e49de7201be5585e374ba4cfd977 /include/ruby/st.h
parent9511b4c8facf583073ed8ecfd3d84710565572a6 (diff)
Fix typos (#2958)
* Fix a typo * Fix typos in st.[ch]
Notes
Notes: Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'include/ruby/st.h')
-rw-r--r--include/ruby/st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/st.h b/include/ruby/st.h
index ea1637bd9f..1e4bb80686 100644
--- a/include/ruby/st.h
+++ b/include/ruby/st.h
@@ -1,7 +1,7 @@
/* This is a public domain general purpose hash table package
originally written by Peter Moore @ UCB.
- The hash table data strutures were redesigned and the package was
+ The hash table data structures were redesigned and the package was
rewritten by Vladimir Makarov <[email protected]>. */
#ifndef RUBY_ST_H