Load Error in Feedback Controller

Hi All,

Everything seems to be running nicely but I am getting a load error in
the feedback controller,

feedback_controller.rb

LoadError (Expected … to define Admin::FeedbackController)

First few lines of the file is :
"
require ‘comment’
require ‘trackback’

class Admin::FeedbackController < Admin::BaseController
"

Please help a rails noob!

Thank you
Conrad