diff options
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/clock.c | 6 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/db_trace.c | 6 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/disksubr.c | 6 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/fp_complete.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/locore.s | 4 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/pmap.c | 12 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/trap.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/vm_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/dev/bus_dma.c | 6 | ||||
-rw-r--r-- | sys/arch/alpha/dev/sgmap_common.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/include/bus.h | 4 | ||||
-rw-r--r-- | sys/arch/alpha/include/cfbreg.h | 4 | ||||
-rw-r--r-- | sys/arch/alpha/include/db_machdep.h | 4 | ||||
-rw-r--r-- | sys/arch/alpha/include/pmap.h | 4 | ||||
-rw-r--r-- | sys/arch/alpha/include/sfbreg.h | 4 | ||||
-rw-r--r-- | sys/arch/alpha/pci/cia.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/pci/cia_dma.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/pci/cia_pci.c | 6 | ||||
-rw-r--r-- | sys/arch/alpha/pci/lca_dma.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/pci/tsreg.h | 4 | ||||
-rw-r--r-- | sys/arch/alpha/stand/loadfile.c | 4 |
21 files changed, 51 insertions, 51 deletions
diff --git a/sys/arch/alpha/alpha/clock.c b/sys/arch/alpha/alpha/clock.c index 8ac5dd9b79b..61567594a89 100644 --- a/sys/arch/alpha/alpha/clock.c +++ b/sys/arch/alpha/alpha/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.12 2003/06/02 23:27:43 millert Exp $ */ +/* $OpenBSD: clock.c,v 1.13 2003/10/18 20:14:40 jmc Exp $ */ /* $NetBSD: clock.c,v 1.29 2000/06/05 21:47:10 thorpej Exp $ */ /* @@ -100,7 +100,7 @@ clockattach(dev, fns) * * Inittodr initializes the time of day hardware which provides * date functions. Its primary function is to use some file - * system information in case the hardare clock lost state. + * system information in case the hardware clock lost state. * * Resettodr restores the time of day hardware after a time change. */ @@ -160,7 +160,7 @@ setstatclockrate(newhz) } /* - * Initialze the time of day register, based on the time base which is, e.g. + * Initialize the time of day register, based on the time base which is, e.g. * from a filesystem. Base provides the time to within six months, * and the time of year clock (if any) provides the rest. */ diff --git a/sys/arch/alpha/alpha/db_trace.c b/sys/arch/alpha/alpha/db_trace.c index e39c77e3cf3..f18a503e4f0 100644 --- a/sys/arch/alpha/alpha/db_trace.c +++ b/sys/arch/alpha/alpha/db_trace.c @@ -1,8 +1,8 @@ -/* $OpenBSD: db_trace.c,v 1.13 2003/06/03 21:09:01 deraadt Exp $ */ +/* $OpenBSD: db_trace.c,v 1.14 2003/10/18 20:14:40 jmc Exp $ */ /* - * Copyright (c) 1997 Niklas Hallqvist. All rights reserverd. - * Copyright (c) 1997 Theo de Raadt. All rights reserverd. + * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. + * Copyright (c) 1997 Theo de Raadt. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/arch/alpha/alpha/disksubr.c b/sys/arch/alpha/alpha/disksubr.c index f5209c9a092..b8439b4e5fc 100644 --- a/sys/arch/alpha/alpha/disksubr.c +++ b/sys/arch/alpha/alpha/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.37 2003/06/02 23:27:43 millert Exp $ */ +/* $OpenBSD: disksubr.c,v 1.38 2003/10/18 20:14:40 jmc Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -235,7 +235,7 @@ readdisklabel(dev, strat, lp, osdep, spoofonly) int i; struct disklabel minilabel, fallbacklabel; - /* minimal requirements for archtypal disk label */ + /* minimal requirements for archetypal disk label */ if (lp->d_secsize == 0) lp->d_secsize = DEV_BSIZE; if (lp->d_secperunit == 0) @@ -591,7 +591,7 @@ setdisklabel(olp, nlp, openmask, osdep) * XXX Nice thought, but it doesn't work, if the intention was to * force a reread at the next *readdisklabel call. That does not * happen. There's still some use for it though as you can pseudo- - * partitition the disk. + * partition the disk. * * Special case to allow disklabel to be invalidated. */ diff --git a/sys/arch/alpha/alpha/fp_complete.c b/sys/arch/alpha/alpha/fp_complete.c index 80f295050e5..7afe4d32f7d 100644 --- a/sys/arch/alpha/alpha/fp_complete.c +++ b/sys/arch/alpha/alpha/fp_complete.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fp_complete.c,v 1.1 2002/04/28 20:55:14 pvalchev Exp $ */ +/* $OpenBSD: fp_complete.c,v 1.2 2003/10/18 20:14:40 jmc Exp $ */ /* $NetBSD: fp_complete.c,v 1.5 2002/01/18 22:15:56 ross Exp $ */ /*- @@ -627,7 +627,7 @@ alpha_fp_complete(u_long a0, u_long a1, struct proc *p, u_int64_t *ucode) if (!(a0 & 1)) return sig; /* - * At this point we are somwhere in the trap shadow of one or more instruc- + * At this point we are somewhere in the trap shadow of one or more instruc- * tions that have trapped with software completion specified. We have a mask * of the registers written by trapping instructions. * diff --git a/sys/arch/alpha/alpha/locore.s b/sys/arch/alpha/alpha/locore.s index bccc145fad8..d30e1f646f1 100644 --- a/sys/arch/alpha/alpha/locore.s +++ b/sys/arch/alpha/alpha/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.20 2003/01/09 22:27:03 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.21 2003/10/18 20:14:40 jmc Exp $ */ /* $NetBSD: locore.s,v 1.94 2001/04/26 03:10:44 ross Exp $ */ /*- @@ -237,7 +237,7 @@ Lstart1: LDGP(pv) #if defined(MULTIPROCESSOR) /* - * Pull in the multiprocssor glue. + * Pull in the multiprocessor glue. */ #include <alpha/alpha/multiproc.s> #endif /* MULTIPROCESSOR */ diff --git a/sys/arch/alpha/alpha/pmap.c b/sys/arch/alpha/alpha/pmap.c index 120eb193ddb..58ada57e9bb 100644 --- a/sys/arch/alpha/alpha/pmap.c +++ b/sys/arch/alpha/alpha/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.38 2003/06/02 23:27:43 millert Exp $ */ +/* $OpenBSD: pmap.c,v 1.39 2003/10/18 20:14:40 jmc Exp $ */ /* $NetBSD: pmap.c,v 1.154 2000/12/07 22:18:55 thorpej Exp $ */ /*- @@ -946,7 +946,7 @@ pmap_bootstrap(paddr_t ptaddr, u_int maxasn, u_long ncpuids) #endif /* - * Intialize the pmap pools and list. + * Initialize the pmap pools and list. */ pmap_ncpuids = ncpuids; pool_init(&pmap_pmap_pool, sizeof(struct pmap), 0, 0, 0, "pmappl", @@ -2722,7 +2722,7 @@ pmap_remove_mapping(pmap_t pmap, vaddr_t va, pt_entry_t *pte, } /* - * If the mapping wasn't enterd on the PV list, we're all done. + * If the mapping wasn't entered on the PV list, we're all done. */ if (onpv == FALSE) { #ifdef DIAGNOSTIC @@ -2773,7 +2773,7 @@ pmap_changebit(paddr_t pa, u_long set, u_long mask, long cpu_id) pvh = pa_to_pvh(pa); /* - * Loop over all current mappings setting/clearing as appropos. + * Loop over all current mappings setting/clearing as appropriate. */ for (pv = LIST_FIRST(&pvh->pvh_list); pv != NULL; pv = LIST_NEXT(pv, pv_list)) { @@ -3625,7 +3625,7 @@ pmap_l1pt_ctor(void *arg, void *object, int flags) /* * pmap_l1pt_alloc: * - * Page alloctor for L1 PT pages. + * Page allocator for L1 PT pages. */ void * pmap_l1pt_alloc(struct pool *pp, int flags) @@ -4086,7 +4086,7 @@ pmap_asn_alloc(pmap_t pmap, long cpu_id) /* * The generation number has wrapped. We could * handle this scenario by traversing all of - * the pmaps, and invaldating the generation + * the pmaps, and invalidating the generation * number on those which are not currently * in use by this processor. * diff --git a/sys/arch/alpha/alpha/trap.c b/sys/arch/alpha/alpha/trap.c index a05da0a2855..dbfbc2d70e4 100644 --- a/sys/arch/alpha/alpha/trap.c +++ b/sys/arch/alpha/alpha/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.41 2003/08/10 00:03:21 miod Exp $ */ +/* $OpenBSD: trap.c,v 1.42 2003/10/18 20:14:40 jmc Exp $ */ /* $NetBSD: trap.c,v 1.52 2000/05/24 16:48:33 thorpej Exp $ */ /*- @@ -392,7 +392,7 @@ trap(a0, a1, a2, entry, framep) ucode = a0; /* exception summary */ break; } - /* FALLTHROUTH */ + /* FALLTHROUGH */ case ALPHA_IF_CODE_BPT: case ALPHA_IF_CODE_BUGCHK: #ifdef PTRACE diff --git a/sys/arch/alpha/alpha/vm_machdep.c b/sys/arch/alpha/alpha/vm_machdep.c index afab58a822f..87195ef9808 100644 --- a/sys/arch/alpha/alpha/vm_machdep.c +++ b/sys/arch/alpha/alpha/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.28 2002/04/28 20:55:14 pvalchev Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.29 2003/10/18 20:14:40 jmc Exp $ */ /* $NetBSD: vm_machdep.c,v 1.55 2000/03/29 03:49:48 simonb Exp $ */ /* @@ -236,7 +236,7 @@ cpu_fork(p1, p2, stack, stacksize, func, arg) } /* * Finish a swapin operation. - * We neded to update the cached PTEs for the user area in the + * We needed to update the cached PTEs for the user area in the * machine dependent part of the proc structure. */ void diff --git a/sys/arch/alpha/dev/bus_dma.c b/sys/arch/alpha/dev/bus_dma.c index df795dc3387..4d2a2a8d4dc 100644 --- a/sys/arch/alpha/dev/bus_dma.c +++ b/sys/arch/alpha/dev/bus_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_dma.c,v 1.11 2002/10/07 18:35:56 mickey Exp $ */ +/* $OpenBSD: bus_dma.c,v 1.12 2003/10/18 20:14:40 jmc Exp $ */ /* $NetBSD: bus_dma.c,v 1.40 2000/07/17 04:47:56 thorpej Exp $ */ /*- @@ -82,7 +82,7 @@ _bus_dmamap_create(t, size, nsegments, maxsegsz, boundary, flags, dmamp) * room for them in one shot. * * Note we don't preserve the WAITOK or NOWAIT flags. Preservation - * of ALLOCNOW notifes others that we've reserved these resources, + * of ALLOCNOW notifies others that we've reserved these resources, * and they are not to be freed. * * The bus_dmamap_t includes one bus_dma_segment_t, hence @@ -639,7 +639,7 @@ _bus_dmamem_unmap(t, kva, size) } /* - * Common functin for mmap(2)'ing DMA-safe memory. May be called by + * Common function for mmap(2)'ing DMA-safe memory. May be called by * bus-specific DMA mmap(2)'ing functions. */ paddr_t diff --git a/sys/arch/alpha/dev/sgmap_common.c b/sys/arch/alpha/dev/sgmap_common.c index 76d0f306e4e..53cc0a4881f 100644 --- a/sys/arch/alpha/dev/sgmap_common.c +++ b/sys/arch/alpha/dev/sgmap_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sgmap_common.c,v 1.5 2002/06/25 21:33:21 miod Exp $ */ +/* $OpenBSD: sgmap_common.c,v 1.6 2003/10/18 20:14:41 jmc Exp $ */ /* $NetBSD: sgmap_common.c,v 1.13 2000/06/29 09:02:57 mrg Exp $ */ /*- @@ -95,7 +95,7 @@ alpha_sgmap_init(t, sgmap, name, wbase, sgvabase, sgvasize, ptesize, ptva, /* * Compute the page table size and allocate it. At minimum, * this must be aligned to the page table size. However, - * some platforms have more strict alignment reqirements. + * some platforms have more strict alignment requirements. */ ptsize = (sgvasize / NBPG) * ptesize; if (minptalign != 0) { diff --git a/sys/arch/alpha/include/bus.h b/sys/arch/alpha/include/bus.h index 4838be22a66..3d6c0914a35 100644 --- a/sys/arch/alpha/include/bus.h +++ b/sys/arch/alpha/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.18 2002/06/30 16:11:25 miod Exp $ */ +/* $OpenBSD: bus.h,v 1.19 2003/10/18 20:14:41 jmc Exp $ */ /* $NetBSD: bus.h,v 1.10 1996/12/02 22:19:32 cgd Exp $ */ /* @@ -519,7 +519,7 @@ struct alpha_bus_dma_tag { /* * Some chipsets have a built-in boundary constraint, independent * of what the device requests. This allows that boundary to - * be specified. If the device has a more restrictive contraint, + * be specified. If the device has a more restrictive constraint, * the map will use that, otherwise this boundary will be used. * This value is ignored if 0. */ diff --git a/sys/arch/alpha/include/cfbreg.h b/sys/arch/alpha/include/cfbreg.h index d5e7222a6ad..0690f76f233 100644 --- a/sys/arch/alpha/include/cfbreg.h +++ b/sys/arch/alpha/include/cfbreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cfbreg.h,v 1.3 1996/10/30 22:38:57 niklas Exp $ */ +/* $OpenBSD: cfbreg.h,v 1.4 2003/10/18 20:14:41 jmc Exp $ */ /* $NetBSD: cfbreg.h,v 1.1 1996/05/01 23:25:00 cgd Exp $ */ /* @@ -31,7 +31,7 @@ /* * Color Frame Buffer definitions, from: * ``PMAG-BA TURBOchannel Color Frame Buffer Functional Specification - * (Revision 1.2)'', availalable via anonymous FTP from gatekeeper.dec.com. + * (Revision 1.2)'', available via anonymous FTP from gatekeeper.dec.com. * * All definitions are in "dense" TurboChannel space. */ diff --git a/sys/arch/alpha/include/db_machdep.h b/sys/arch/alpha/include/db_machdep.h index 61ee6136790..1ffa596cf85 100644 --- a/sys/arch/alpha/include/db_machdep.h +++ b/sys/arch/alpha/include/db_machdep.h @@ -1,7 +1,7 @@ -/* $OpenBSD: db_machdep.h,v 1.15 2003/06/12 01:07:28 deraadt Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.16 2003/10/18 20:14:41 jmc Exp $ */ /* - * Copyright (c) 1997 Niklas Hallqvist. All rights reserverd. + * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/arch/alpha/include/pmap.h b/sys/arch/alpha/include/pmap.h index 0f166ecdb89..b3f5b405772 100644 --- a/sys/arch/alpha/include/pmap.h +++ b/sys/arch/alpha/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.14 2003/06/02 23:27:43 millert Exp $ */ +/* $OpenBSD: pmap.h,v 1.15 2003/10/18 20:14:42 jmc Exp $ */ /* $NetBSD: pmap.h,v 1.37 2000/11/19 03:16:35 thorpej Exp $ */ /*- @@ -290,7 +290,7 @@ pmap_l3pte(pmap, v, l2pte) * Note that we if we access the kernel pmap in interrupt context, it * is only to update statistics. Since stats are updated using atomic * operations, locking the kernel pmap is not necessary. Therefore, - * it is not necessary to block interrupts when locking pmap strucutres. + * it is not necessary to block interrupts when locking pmap structures. */ #define PMAP_LOCK(pmap) simple_lock(&(pmap)->pm_slock) #define PMAP_UNLOCK(pmap) simple_unlock(&(pmap)->pm_slock) diff --git a/sys/arch/alpha/include/sfbreg.h b/sys/arch/alpha/include/sfbreg.h index 1adff8f3578..cf2c293329a 100644 --- a/sys/arch/alpha/include/sfbreg.h +++ b/sys/arch/alpha/include/sfbreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sfbreg.h,v 1.3 1996/10/30 22:39:28 niklas Exp $ */ +/* $OpenBSD: sfbreg.h,v 1.4 2003/10/18 20:14:42 jmc Exp $ */ /* $NetBSD: sfbreg.h,v 1.1 1996/05/01 21:15:46 cgd Exp $ */ /* @@ -30,7 +30,7 @@ /* * Smart ("CXTurbo") Frame Buffer definitions, from: - * ``DEC 3000 300/400/500/600/700/800/900 AXP Models System Prgrammer's Manual'' + * "DEC 3000 300/400/500/600/700/800/900 AXP Models System Programmer's Manual" * (DEC order number EK-D3SYS-PM), section 6. * * All definitions are in "dense" TurboChannel space. diff --git a/sys/arch/alpha/pci/cia.c b/sys/arch/alpha/pci/cia.c index 9958066775f..6648a0b2d93 100644 --- a/sys/arch/alpha/pci/cia.c +++ b/sys/arch/alpha/pci/cia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cia.c,v 1.19 2002/07/09 12:52:16 art Exp $ */ +/* $OpenBSD: cia.c,v 1.20 2003/10/18 20:14:42 jmc Exp $ */ /* $NetBSD: cia.c,v 1.56 2000/06/29 08:58:45 mrg Exp $ */ /*- @@ -204,7 +204,7 @@ cia_init(ccp, mallocsafe) /* * Use BWX iff: * - * - It hasn't been disbled by the user, + * - It hasn't been disabled by the user, * - it's enabled in CNFG, * - we're implementation version ev5, * - BWX is enabled in the CPU's capabilities mask (yes, diff --git a/sys/arch/alpha/pci/cia_dma.c b/sys/arch/alpha/pci/cia_dma.c index 77545551338..56413640d07 100644 --- a/sys/arch/alpha/pci/cia_dma.c +++ b/sys/arch/alpha/pci/cia_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cia_dma.c,v 1.4 2002/03/14 01:26:27 millert Exp $ */ +/* $OpenBSD: cia_dma.c,v 1.5 2003/10/18 20:14:42 jmc Exp $ */ /* $NetBSD: cia_dma.c,v 1.16 2000/06/29 08:58:46 mrg Exp $ */ /*- @@ -325,7 +325,7 @@ cia_bus_dmamap_create_direct(t, size, nsegments, maxsegsz, boundary, * is greater than 1. This is because many network * drivers allocate large contiguous blocks of memory * for control data structures, even though they won't - * do any single DMA that crosses a page coundary. + * do any single DMA that crosses a page boundary. * -- thorpej@netbsd.org, 2/5/2000 */ map->_dm_flags |= DMAMAP_NO_COALESCE; diff --git a/sys/arch/alpha/pci/cia_pci.c b/sys/arch/alpha/pci/cia_pci.c index 67f41dd0d43..56bf3e5e877 100644 --- a/sys/arch/alpha/pci/cia_pci.c +++ b/sys/arch/alpha/pci/cia_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cia_pci.c,v 1.9 2002/03/14 01:26:27 millert Exp $ */ +/* $OpenBSD: cia_pci.c,v 1.10 2003/10/18 20:14:42 jmc Exp $ */ /* $NetBSD: cia_pci.c,v 1.25 2000/06/29 08:58:46 mrg Exp $ */ /* @@ -121,9 +121,9 @@ cia_conf_read(cpv, tag, offset) #endif /* - * Some (apparently-common) revisions of EB164 and AlphaStation + * Some (apparently common) revisions of EB164 and AlphaStation * firmware do the Wrong thing with PCI master and target aborts, - * which are caused by accesing the configuration space of devices + * which are caused by accessing the configuration space of devices * that don't exist (for example). * * To work around this, we clear the CIA error register's PCI diff --git a/sys/arch/alpha/pci/lca_dma.c b/sys/arch/alpha/pci/lca_dma.c index 4909f10a0eb..25d1f0ed16f 100644 --- a/sys/arch/alpha/pci/lca_dma.c +++ b/sys/arch/alpha/pci/lca_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lca_dma.c,v 1.4 2002/03/14 01:26:27 millert Exp $ */ +/* $OpenBSD: lca_dma.c,v 1.5 2003/10/18 20:14:42 jmc Exp $ */ /* $NetBSD: lca_dma.c,v 1.13 2000/06/29 08:58:47 mrg Exp $ */ /*- @@ -193,7 +193,7 @@ lca_dma_init(lcp) REGVAL64(LCA_IOC_W_T_BASE0) = lcp->lc_sgmap.aps_ptpa; alpha_mb(); - /* Enble the scatter/gather TLB. */ + /* Enable the scatter/gather TLB. */ REGVAL64(LCA_IOC_TB_ENA) = IOC_TB_ENA_TEN; alpha_mb(); diff --git a/sys/arch/alpha/pci/tsreg.h b/sys/arch/alpha/pci/tsreg.h index fa1ed0dd525..334c54df64d 100644 --- a/sys/arch/alpha/pci/tsreg.h +++ b/sys/arch/alpha/pci/tsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tsreg.h,v 1.1 2000/11/16 04:50:18 ericj Exp $ */ +/* $OpenBSD: tsreg.h,v 1.2 2003/10/18 20:14:42 jmc Exp $ */ /* $NetBSD: tsreg.h,v 1.1 1999/06/29 06:46:47 ross Exp $ */ /*- @@ -71,7 +71,7 @@ /* * This hack allows us to map the I/O address space without using - * the KSEG sign extention hack. + * the KSEG sign extension hack. */ #define TS_PHYSADDR(x) \ (((x) & ~0x0100##0000##0000) | 0x0800##0000##0000) diff --git a/sys/arch/alpha/stand/loadfile.c b/sys/arch/alpha/stand/loadfile.c index 18083e9c370..7fefd526799 100644 --- a/sys/arch/alpha/stand/loadfile.c +++ b/sys/arch/alpha/stand/loadfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: loadfile.c,v 1.13 2003/06/02 23:27:43 millert Exp $ */ +/* $OpenBSD: loadfile.c,v 1.14 2003/10/18 20:14:43 jmc Exp $ */ /* $NetBSD: loadfile.c,v 1.3 1997/04/06 08:40:59 cgd Exp $ */ /* @@ -275,7 +275,7 @@ elf_exec(fd, elf, entryp) ffp_save = roundup(ffp_save, sizeof(long)); /* - * Retreive symbols. + * Retrieve symbols. */ ssym = ffp_save; ffp_save += sizeof(Elf64_Ehdr); |