From 5e342629c878c595df1aa0fcba276bdec3ab3594 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 9 May 2012 12:10:17 -0700 Subject: [PATCH] (No bug): Fix comment for callee accessor methods in js::StackFrame. r=luke on IRC --- js/src/vm/Stack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/vm/Stack.h b/js/src/vm/Stack.h index c65c32746dc..1bb73783b45 100644 --- a/js/src/vm/Stack.h +++ b/js/src/vm/Stack.h @@ -797,8 +797,8 @@ class StackFrame * Callee * * Only function frames have a callee. An eval frame in a function has the - * same caller as its containing function frame. maybeCalleev can be used - * to return a value that is either caller object (for function frames) or + * same callee as its containing function frame. maybeCalleev can be used + * to return a value that is either the callee object (for function frames) or * null (for global frames). */