From: ager@chromium.org Date: Mon, 12 Jan 2009 11:07:02 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: upstream/4.7.83~24815 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb94595cfce12d70af817466642e42ba7a4debb8;p=platform%2Fupstream%2Fv8.git Fix comment typo. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1052 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/objects.h b/src/objects.h index 328ec45d4..f251a59cd 100644 --- a/src/objects.h +++ b/src/objects.h @@ -171,9 +171,8 @@ class PropertyDetails BASE_EMBEDDED { enum WriteBarrierMode { SKIP_WRITE_BARRIER, UPDATE_WRITE_BARRIER }; -// PropertyNormalizationMode is used to specify wheter or not to -// keep inobject properties when normalizing properties of a -// JSObject. +// PropertyNormalizationMode is used to specify whether to keep +// inobject properties when normalizing properties of a JSObject. enum PropertyNormalizationMode { CLEAR_INOBJECT_PROPERTIES, KEEP_INOBJECT_PROPERTIES