HTML comments are often used by developers to include information related to the application inline, which are ignored by a clients browser during rendering. These comments may include sensitive information such as SQL queries, credentials or internal IP for example.
Solution
Review the HTML comments identified on the page for any information leakage, and remove any sensitive information identified.