diff --git a/vm/entry_points.cpp b/vm/entry_points.cpp index da4ed9d9ce..798a4dbcbd 100755 --- a/vm/entry_points.cpp +++ b/vm/entry_points.cpp @@ -7,7 +7,7 @@ void factor_vm::c_to_factor(cell quot) { /* First time this is called, wrap the c-to-factor sub-primitive inside of a callback stub, which saves and restores non-volatile registers - as per platform ABI conventions, so that the Factor compiler can treat + per platform ABI conventions, so that the Factor compiler can treat all registers as volatile */ if(!c_to_factor_func) {