X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=dynodump%2Fdynodump.c;h=b7090ca880df1a5017388af77692ac826d439d15;hb=3ca93f4c76fca3afcbe47893ef6ac97b12a9c30b;hp=b684813aeeaae95dc66fcf70a9ff5f430f1726a8;hpb=2416430cb588c7f7a7ca990d536c092f3af3a0b9;p=chise%2Fxemacs-chise.git- diff --git a/dynodump/dynodump.c b/dynodump/dynodump.c index b684813..b7090ca 100644 --- a/dynodump/dynodump.c +++ b/dynodump/dynodump.c @@ -68,12 +68,12 @@ * Note. under this mechanism, any data item that undergoes * relocation and is then further modified during the execution of * the image before dynodump(3x) is called will lose the - * modification that occured during the applications execution. + * modification that occurred during the applications execution. * * N.B. The above commentary is not quite correct in the flags have been hardwired * to RTLD_SAVREL. */ -#pragma ident "@(#) $Id: dynodump.c,v 1.8 1996/05/23 18:39:21 georgn Exp $ - SMI" +#pragma ident "@(#) $Id: dynodump.c,v 1.8 2001/04/12 18:20:43 michaels Exp $ - SMI" #define __EXTENSIONS__ 1 @@ -301,7 +301,7 @@ dynodump(const char * file) * If we had a .heap section, then its size is part of the program * headers notion of data size. Because we're only going to output one * heap section (ignoring the one in the running binary) we need to - * subract the size of that which we're ignoring. + * subtract the size of that which we're ignoring. */ if (heap_cache) { edata = S_ROUND((data_phdr->p_vaddr