Small comment fix.
authorAndy Wingo <wingo@pobox.com>
Tue, 19 Nov 2013 19:02:49 +0000 (20:02 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 19 Nov 2013 19:02:49 +0000 (20:02 +0100)
* libguile/vm-builtins.h: Rename RTL to VM in a comment.

libguile/vm-builtins.h

index ea9b9e2..5e31a04 100644 (file)
@@ -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
 {