Skip to content

Commit

Permalink
Fix correction to documentation for OnStack class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jemc committed Jul 31, 2015
1 parent 2b12472 commit 32b4d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm/on_stack.hpp
Expand Up @@ -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.
Expand Down

0 comments on commit 32b4d39

Please sign in to comment.