summaryrefslogtreecommitdiff
path: root/include/ruby/internal/intern/complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal/intern/complex.h')
-rw-r--r--include/ruby/internal/intern/complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/intern/complex.h b/include/ruby/internal/intern/complex.h
index 70343221f6..41c7164ba6 100644
--- a/include/ruby/internal/intern/complex.h
+++ b/include/ruby/internal/intern/complex.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 Public APIs related to ::rb_cComplex.
*/
#include "ruby/internal/dllexport.h"