From 50ae01e6591a750de9335c58e2a4a4aae254eaba Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Thu, 20 Oct 2011 23:21:52 -0700 Subject: [PATCH] vm: comments should be in English --- vm/entry_points.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {