diff options
author | Andy Wingo <wingo@pobox.com> | 2013-11-19 20:02:49 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-11-19 20:02:49 +0100 |
commit | 827c2c26fc75c6c6686efbaca737d2736be5887e (patch) | |
tree | d7cba5a9010cc5842b32c990fb2a67132eb17f71 | |
parent | 8bf83893c746326dd1f10f1381423bd0406cf58c (diff) |
Small comment fix.
* libguile/vm-builtins.h: Rename RTL to VM in a comment.
-rw-r--r-- | libguile/vm-builtins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/vm-builtins.h b/libguile/vm-builtins.h index ea9b9e216..5e31a04d8 100644 --- a/libguile/vm-builtins.h +++ b/libguile/vm-builtins.h @@ -28,7 +28,7 @@ M(call_with_values, CALL_WITH_VALUES, 2, 0, 0) \ M(call_with_current_continuation, CALL_WITH_CURRENT_CONTINUATION, 1, 0, 0) -/* These enumerated values are embedded in RTL code, and as such are +/* These enumerated values are embedded in VM code, and as such are part of Guile's ABI. */ enum scm_vm_builtins { |