Index: src/contexts.cc |
=================================================================== |
--- src/contexts.cc (revision 2226) |
+++ src/contexts.cc (working copy) |
@@ -149,7 +149,7 @@ |
// check parameter locals in context |
int param_index = ScopeInfo<>::ParameterIndex(*code, *name); |
if (param_index >= 0) { |
- // slot found |
+ // slot found. |
int index = |
ScopeInfo<>::ContextSlotIndex(*code, |
Heap::arguments_shadow_symbol(), |