In the SOP Line Detail area of Integration Manager, locate the Comment Text line and choose 'Script'
Open up the script window and type in:
CurrentField = SourceFields("Comment 1") & vbCRLF & SourceFields("Comment 2")
Replace the field names with your own. The vbCRLF in the middle is a Carriage Return Line Feed, it will put the two comments on separate lines.