Im not sure if you guys have encountered this problem, but WordPress appends empty <p> tags before and after the body of text from the comment_text() function.
Strangely, when you echo get_comment_text() or echo $comment->comment_content (same thing) the empty <p> tags disappear before and after the body of text.
This is entirely exclusive to a call to comment_text(). If you'd like to recreate it the problem, give your <p> tags top and bottom padding.
Anyway to fix this?