I am fairly sure hat this is the shipping page
Get a copy of /includes/templates/template_defult/templates/tpl_checkout_shipping_default.php to be placed into your template after your edit
This file is not commented as well a few others are so be careful when you cut abd where you insert the following section of code
Code:
<fieldset class="shipping" id="comments">
<legend><?php echo TABLE_HEADING_COMMENTS; ?></legend>
<?php echo zen_draw_textarea_field('comments', '45', '3'); ?>
</fieldset>
The body of this page is a form so insure this comes after the opening <form> and pick a place after a php close but before the next php open
Uplooad to see the effect - if bad just delete the edited template copy