jQuery(function ($) {

    $('.commentlist > li:last-child').addClass('last');

});