diff --git a/src/libecmaoperations/ecma-get-put-value.c b/src/libecmaoperations/ecma-get-put-value.c index 94c7efdc6..a6879269c 100644 --- a/src/libecmaoperations/ecma-get-put-value.c +++ b/src/libecmaoperations/ecma-get-put-value.c @@ -108,7 +108,7 @@ ecma_op_get_value( ecma_Reference_t *ref_p) /**< ECMA-reference */ } /* ecma_op_get_value */ /** - * SetValue operation. + * PutValue operation. * * See also: ECMA-262 v5, 8.7.1