Try a reboot with the key combination "Command + S" It should take you to a terminal prompt. Once it finishes loading, type in
CODE
fsck -fy && reboot
Repeat this process twice and everything should be fine. The fsck command runs a system check on the hard drive and repairs any erros that it finds. The -fy forces a repair routine and tells it to say yes to everything. Don't fret, it cannot harm any data on your drive.