S separator in comment declaration

Cause:

This may happen if you have consecutive comments but did not close one of them properly. The proper syntax for comments is <!-- my comment -->.

Example:

Goodtextexample textexample
Good<!-- my comment -->

Solution:

Close your comment properly.

References: