summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index e77d3b83e5..aad5e1c310 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -459,7 +459,7 @@ typedef struct rb_thread_struct {
struct rb_vm_protect_tag *protect_tag;
/*! Thread-local state of evaluation context.
- *
+ *
* If negative, this thread is evaluating the main program.
* If positive, this thread is evaluating a program under Kernel::eval
* family.