Forgot to correct the text when I copied-and-pasted it. (whatwg r3196)

Forgot to correct the text when I copied-and-pasted it. (whatwg r3196)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2349.html#comment-end-space-state

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2348&r2=1.2349&f=h
http://html5.org/tools/web-apps-tracker?from=3195&to=3196

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2348
retrieving revision 1.2349
diff -u -d -r1.2348 -r1.2349
--- Overview.html 5 Jun 2009 07:48:18 -0000 1.2348
+++ Overview.html 5 Jun 2009 07:54:04 -0000 1.2349
@@ -54841,9 +54841,8 @@
    <dt>U+000C FORM FEED (FF)</dt>
    <!--<dt>U+000D CARRIAGE RETURN (CR)</dt>-->
    <dt>U+0020 SPACE</dt>
-   <dd><a href="#parse-error">Parse error</a>. Append the input character to the
-   comment token's data. Switch to the <a href="#comment-end-space-state">comment end space
-   state</a>.</dd>
+   <dd>Append the input character to the comment token's data. Stay in
+   the <a href="#comment-end-space-state">comment end space state</a>.</dd>
 
    <dt>EOF</dt>
    <dd><a href="#parse-error">Parse error</a>. Emit the comment token. Reconsume

Received on Friday, 5 June 2009 07:56:09 UTC