aboutsummaryrefslogtreecommitdiffstats
path: root/gc.h
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-12 15:02:25 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-12 15:02:25 +0900
commitb9ad62ea13bfaf0cad2ffc48d724b342ee55c7c8 (patch)
tree9b4e0db998578ccf929c2b42c8afda2fd3958ead /gc.h
parenta2adcd40df96acd1218cc60dc1810e83dbc124d8 (diff)
downloadruby-b9ad62ea13bfaf0cad2ffc48d724b342ee55c7c8.tar.gz
* remove trailing spaces.
Diffstat (limited to 'gc.h')
-rw-r--r--gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.h b/gc.h
index 07c08577e8..018ad0e625 100644
--- a/gc.h
+++ b/gc.h
@@ -83,7 +83,7 @@ int ruby_get_stack_grow_direction(volatile VALUE *addr);
/*
STACK_GROW_DIR_DETECTION is used with STACK_DIR_UPPER.
-
+
On most normal systems, stacks grow from high address to lower address. In
this case, STACK_DIR_UPPER(a, b) will return (b), but on exotic systems where
the stack grows UP (from low address to high address), it will return (a).