Skip to content

Commit 32b4d39

Browse files
committedJul 31, 2015
Fix correction to documentation for OnStack class.
1 parent 2b12472 commit 32b4d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎vm/on_stack.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ namespace rubinius {
3131
// what we do is validate the type of o1, as expanded by the template,
3232
// is an Object* or subclass.
3333
//
34-
// Thats what the static_cast<> here does. It will only compiled if the
35-
// type of o1 is Object* or a subclass.
34+
// That's what the static_cast<> here does. It will be compiled if and
35+
// only if the type of o1 is Object* or a subclass.
3636
//
3737
// When compiled though, because it's completely unused, it disappears, thus
3838
// we've added a compile time type check.

0 commit comments

Comments
 (0)
Please sign in to comment.