diff options
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/include/elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/elf.h b/sys/alpha/include/elf.h index 26e912edd7b51..6257ed87453d1 100644 --- a/sys/alpha/include/elf.h +++ b/sys/alpha/include/elf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: elf.h,v 1.5 1998/09/14 20:30:08 jdp Exp $ + * $Id: elf.h,v 1.6 1999/02/07 23:49:51 jdp Exp $ */ #ifndef _MACHINE_ELF_H_ @@ -140,7 +140,7 @@ __ElfType(Auxinfo); /* * On the Alpha we load the dynamic linker where a userland call * to mmap(0, ...) would put it. The rationale behind this - * calculation is that it leaves room for the heap can grow to + * calculation is that it leaves room for the heap to grow to * its maximum allowed size. */ #define ELF_RTLD_ADDR(vmspace) \ |
