Index: test/mjsunit/object-define-properties.js |
diff --git a/test/mjsunit/object-define-properties.js b/test/mjsunit/object-define-properties.js |
index 6b3725b392f429a37bc478702e2771f56299dffd..128df694d3a6f63526f4cef22832f5eae8295533 100644 |
--- a/test/mjsunit/object-define-properties.js |
+++ b/test/mjsunit/object-define-properties.js |
@@ -26,7 +26,7 @@ |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
// Tests the Object.defineProperties method - ES 15.2.3.7 |
-// Note that the internal DefineOwnProperty method is tested through |
+// Note that the internal DefineOwnProperty method is tested through |
// object-define-property.js, this file only contains tests specific for |
// Object.defineProperties. Also note that object-create.js contains |
// a range of indirect tests on this method since Object.create uses |