comment typo fix
authordehrenberg <dehrenberg@chromium.org>
Mon, 4 May 2015 19:45:13 +0000 (12:45 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 4 May 2015 19:45:15 +0000 (19:45 +0000)
Review URL: https://codereview.chromium.org/1120373003

Cr-Commit-Position: refs/heads/master@{#28210}

src/objects.h

index dcac692..801e986 100644 (file)
@@ -10296,7 +10296,7 @@ class JSArrayBufferView: public JSObject {
   // [buffer]: ArrayBuffer that this typed array views.
   DECL_ACCESSORS(buffer, Object)
 
-  // [byte_length]: offset of typed array in bytes.
+  // [byte_offset]: offset of typed array in bytes.
   DECL_ACCESSORS(byte_offset, Object)
 
   // [byte_length]: length of typed array in bytes.