diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-02-19 01:31:38 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-02-19 01:31:38 +0000 |
| commit | 71e48bbacb05646d10dc8fbdaf40003c04b62ab7 (patch) | |
| tree | c0e6d7410aee36b5683080c13e2e3eb1fd2deb4c /sys/alpha | |
| parent | 0aca4b60dc6ae921986024403bf3a0f44ab3c4b3 (diff) | |
Notes
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) \ |
