Fix comment typo.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 12 Jan 2009 11:07:02 +0000 (11:07 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 12 Jan 2009 11:07:02 +0000 (11:07 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1052 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/objects.h

index 328ec45d414f0c37ee5495119a00b8a837ef5a5e..f251a59cd2526c3852afe309886ca878f357030f 100644 (file)
@@ -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