Skip to content

Commit 2b12472

Browse files
author
Yorick Peterse
committedJul 31, 2015
Fixed typ in the OnStack class
1 parent 87f22db commit 2b12472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vm/on_stack.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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 iff the
34+
// Thats what the static_cast<> here does. It will only compiled if the
3535
// type of o1 is Object* or a subclass.
3636
//
3737
// When compiled though, because it's completely unused, it disappears, thus

0 commit comments

Comments
 (0)
Please sign in to comment.