Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index d802d32ad14a4e1dfd7b69eb0b0f9d2e3c00070e..08086cbb19ff8a24382bbb849322d8c76d1a1c19 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -562,7 +562,7 @@ public: |
// |
// There are another callback named didNotifySubtreeInsertionsToDocument(), which is called after all the descendant is notified, |
// if this node was inserted into the document tree. Only a few subclasses actually need this. To utilize this, the node should |
- // return InsertionShouldCallDidNotifySubtreeInsertions from insrtedInto(). |
+ // return InsertionShouldCallDidNotifySubtreeInsertions from insertedInto(). |
// |
enum InsertionNotificationRequest { |
InsertionDone, |