summaryrefslogtreecommitdiff
path: root/include/ruby/assert.h
diff options
context:
space:
mode:
authorspaette <[email protected]>2022-08-27 16:09:55 -0500
committerTakashi Kokubun <[email protected]>2022-08-27 14:42:55 -0700
commita797ded8e2637de91dd4dd5b54bed515f6cda08a (patch)
treeb1fe90d7eb98d742ee9860bb234f9771c52f21c5 /include/ruby/assert.h
parent95d2d7920c97d0502ebed4ba439177325ad05e57 (diff)
typos
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6290
Diffstat (limited to 'include/ruby/assert.h')
-rw-r--r--include/ruby/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/assert.h b/include/ruby/assert.h
index c9f2c3fbef..0c052363bc 100644
--- a/include/ruby/assert.h
+++ b/include/ruby/assert.h
@@ -103,7 +103,7 @@
# /* keep NDEBUG undefined */
#elif (RBIMPL_NDEBUG == 0) && (RBIMPL_RUBY_DEBUG == 0)
-# /* The (*1) situation in avobe diagram. */
+# /* The (*1) situation in above diagram. */
# define RUBY_DEBUG 0
# define RUBY_NDEBUG 1
# define NDEBUG