Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm/on_stack.hpp
Original file line number Diff line number Diff line change
@@ -31,8 +31,8 @@ namespace rubinius {
// what we do is validate the type of o1, as expanded by the template,
// is an Object* or subclass.
//
// Thats what the static_cast<> here does. It will only compiled if the
// type of o1 is Object* or a subclass.
// That's what the static_cast<> here does. It will be compiled if and
// only if the type of o1 is Object* or a subclass.
//
// When compiled though, because it's completely unused, it disappears, thus
// we've added a compile time type check.

0 comments on commit 32b4d39

Please sign in to comment.