Index: /CKEditor/trunk/_source/core/dataprocessor.js
===================================================================
--- /CKEditor/trunk/_source/core/dataprocessor.js	(revision 5175)
+++ /CKEditor/trunk/_source/core/dataprocessor.js	(revision 5176)
@@ -39,7 +39,7 @@
  * @function
  * @param {String} data The input data to be transformed.
- * @param {Boolean} [fixForBody] Indicates that the data must be fixed because
- *		it is supposed to be loaded direcly into the &lt;body&gt; tag. This is
- *		generally not used by non-HTML data processors.
+ * @param {String} [fixForBody] The tag name to be used if the data must be
+ *		fixed because it is supposed to be loaded direcly into the &lt;body&gt;
+ *		tag. This is generally not used by non-HTML data processors.
  * @example
  * // Tranforming BBCode data, having a custom BBCode data processor.
@@ -58,7 +58,7 @@
  * @function
  * @param {String} html The HTML to be transformed.
- * @param {Boolean} fixForBody Indicates that the output data is coming from
- *		&lt;body&gt; and may be eventually fixed for it. This is generally not
- *		used by non-HTML data processors.
+ * @param {String} fixForBody The tag name to be used if the output data is
+ *		coming from &lt;body&gt; and may be eventually fixed for it. This is
+ * generally not used by non-HTML data processors.
  * // Tranforming into BBCode data, having a custom BBCode data processor.
  * var html = '&lt;p&gt;This is &lt;b&gt;an example&lt;/b&gt;.&lt;/p&gt;';
