Skip to content

Commit

Permalink
Fixed typ in the OnStack class
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Jul 31, 2015
1 parent 87f22db commit 2b12472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/on_stack.hpp
Expand Up @@ -31,7 +31,7 @@ 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 iff the
// Thats what the static_cast<> here does. It will only compiled if the
// type of o1 is Object* or a subclass.
//
// When compiled though, because it's completely unused, it disappears, thus
Expand Down

0 comments on commit 2b12472

Please sign in to comment.