aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2020-03-11 16:43:12 +0900
committerGitHub <noreply@github.com>2020-03-11 00:43:12 -0700
commite89ebdcb87f23a71ad97581541bb2eaeee5e83e9 (patch)
treedeeca18cf2d7e49de7201be5585e374ba4cfd977 /include
parent9511b4c8facf583073ed8ecfd3d84710565572a6 (diff)
downloadruby-e89ebdcb87f23a71ad97581541bb2eaeee5e83e9.tar.gz
Fix typos (#2958)
* Fix a typo * Fix typos in st.[ch]
Diffstat (limited to 'include')
-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 <vmakarov@redhat.com>. */
#ifndef RUBY_ST_H