summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-18 06:42:28 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-18 06:42:28 +0000
commit6795b09fb98fa13eb246b44e670573bda12e35f9 (patch)
tree65ab994a434ed1843e185ab1aaa442d472603b87 /include
parent0ef059b217c290e7828ba208bf8d03d7e87be61e (diff)
* include/ruby/ruby.h: fix spell miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 7812ee202a..974bfd97fd 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -1302,8 +1302,8 @@ rb_obj_written(VALUE a, VALUE oldv, VALUE b, const char *filename, int line)
static inline VALUE
rb_obj_write(VALUE a, VALUE *slot, VALUE b, const char *filename, int line)
{
-#ifdef RGENGC_LOGGING_WRIET
- RGENGC_LOGGING_WRIET(a, slot, b, filename, line);
+#ifdef RGENGC_LOGGING_WRITE
+ RGENGC_LOGGING_WRITE(a, slot, b, filename, line);
#endif
*slot = b;