vm: comments should be in English

db4
Joe Groff 2011-10-20 23:21:52 -07:00
parent c3f007ce0a
commit 1a673e30f5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{