show if comment is in moderation

use the follow var: $comment->comment_approved and check for the value

<?php if (0 == $comment->comment_approved) { ?>
       <em><?php _e('Your comment must approved.', FB_BASIS_TEXTDOMAIN) ?></em>
<?php } ?>

code example: http://code.google.com/p/wp-basis-theme/source/browse/trunk/basis/comments.php