# File lib/puppet-lint/plugins/check_comments.rb, line 17
  def fix(problem)
    problem[:token].type = :COMMENT
  end