Index: /CKEditor/trunk/_source/core/dom/node.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/node.js	(revision 6279)
+++ /CKEditor/trunk/_source/core/dom/node.js	(revision 6280)
@@ -665,11 +665,11 @@
 		 * @example
 		 * // For the following HTML:
-		 * // <div contenteditable="false">Some <b>text</b></div>
+		 * // &lt;div contenteditable="false"&gt;Some &lt;b&gt;text&lt;/b&gt;&lt;/div&gt;
 		 *
-		 * // If "ele" is the above <div>
-		 * ele.getReadOnlyRoot();  // the <div> element
+		 * // If "ele" is the above &lt;div&gt;
+		 * ele.isReadOnly();  // the &lt;div&gt; element
 		 *
-		 * // If "ele" is the above <b>
-		 * ele.getReadOnlyRoot();  // the <div> element
+		 * // If "ele" is the above &lt;b&gt;
+		 * ele.isReadOnly();  // the &lt;div&gt; element
 		 */
 		isReadOnly : function()
