summaryrefslogtreecommitdiff
path: root/include/ruby/internal/arithmetic/short.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal/arithmetic/short.h')
-rw-r--r--include/ruby/internal/arithmetic/short.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/arithmetic/short.h b/include/ruby/internal/arithmetic/short.h
index ef213a8d3e..ac722c4836 100644
--- a/include/ruby/internal/arithmetic/short.h
+++ b/include/ruby/internal/arithmetic/short.h
@@ -17,7 +17,7 @@
* recursively included from extension libraries written in C++.
* Do not expect for instance `__VA_ARGS__` is always available.
* We assume C99 for ruby itself but we don't assume languages of
- * extension libraries. They could be written in C++98.
+ * extension libraries. They could be written in C++98.
* @brief Arithmetic conversion between C's `short` and Ruby's.
*
* Shyouhei wonders: why there is no SHORT2NUM, given there are both