/*
* Shortly, we'll restore the TSS for the task that was running
- * immediately before suspend occured. Since that task was the
+ * immediately before suspend occurred. Since that task was the
* running task, it's TSS busy flag will have been set. We need
* to clear that bit (since we're effectively "restarting" the OS)
* in order to convince the processor that the task is no longer
-/* $OpenBSD: eh_common.S,v 1.62 2017/06/22 13:21:10 tom Exp $ */
+/* $OpenBSD: eh_common.S,v 1.63 2022/09/04 06:49:11 jsg Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
* EF_SR3
* A place to save the exception-time SR3 from just after the
* time when an exception is raised until just after the FPU
- * has been restarted. This does not necessarly conflict with
+ * has been restarted. This does not necessarily conflict with
* the general registers (though it can if you're not careful)
* and so we can use a spot later used to save a general register.
*/
br _ASM_LABEL(badaddr__return_nonzero)
/*
- * The load attemps below will either fault or not. If they fault,
+ * The load attempts below will either fault or not. If they fault,
* execution will go to data_access_handler, then to
* ignore_data_exception, then to badaddr__return_nonzero, which
* will return to the calling function.
* Other data pipeline control registers, if appropriate.
* FPU control registers, if appropriate.
* Exception SR3, if appropriate.
- * Held temporarly in the exception frame:
+ * Held temporarily in the exception frame:
* Return address to the calling exception handler.
*
* immediate goal:
#endif
/* turn interrupts back on unless they were not enabled when the
- trap occured */
+ trap occurred */
bb1.n PSR_INTERRUPT_DISABLE_BIT, %r6, 7f
ld %r3, %r30, EF_DMT0
NOP
/*
- * If we were in the kernel when the exception occured, we have
+ * If we were in the kernel when the exception occurred, we have
* a valid stack. Keep using it, and build the frame on it.
*
* Note that if this exception is an NMI, we might be currently
ld %r14, %r30, EF_RET
/* don't turn interrupts back on unless they were enabled when the
- trap occured */
+ trap occurred */
bb1 PSR_INTERRUPT_DISABLE_BIT, %r6, 8f
ld %r2, %r30, EF_VECTOR
-/* $OpenBSD: locore.S,v 1.58 2020/11/28 19:49:30 gkoehler Exp $ */
+/* $OpenBSD: locore.S,v 1.59 2022/09/04 06:49:11 jsg Exp $ */
/* $NetBSD: locore.S,v 1.2 1996/10/16 19:33:09 ws Exp $ */
/*
#endif /* DDB */
/*
- * If this interrupt occured between the runqueue check and the setting
+ * If this interrupt occurred between the runqueue check and the setting
* of the POW bit, do no enter to sleep. We do that in order to process
* the result of this interrupt directly and not when coming back from
* sleep, when the next clock tick or interrupt will fire.
-/* $OpenBSD: stfpinctrl.c,v 1.1 2022/06/08 08:40:53 kettenis Exp $ */
+/* $OpenBSD: stfpinctrl.c,v 1.2 2022/09/04 06:49:11 jsg Exp $ */
/*
* Copyright (c) 2022 Mark Kettenis <kettenis@openbsd.org>
*
switch (sel) {
case 0:
default:
- /* No GPIOs availavle. */
+ /* No GPIOs available. */
return;
case 1:
sc->sc_padctl_gpio = PAD_GPIO(0);
-/* $OpenBSD: bktr_core.h,v 1.4 2022/01/09 05:42:58 jsg Exp $ */
+/* $OpenBSD: bktr_core.h,v 1.5 2022/09/04 06:49:11 jsg Exp $ */
/* $FreeBSD: src/sys/dev/bktr/bktr_core.h,v 1.4 2000/06/26 09:41:32 roger Exp $ */
/*
/* device name for printf */
const char *bktr_name(bktr_ptr_t bktr);
-/* Prototypes for attatch and interrupt functions */
+/* Prototypes for attach and interrupt functions */
void common_bktr_attach( bktr_ptr_t bktr, int unit,
u_int pci_id, u_int rev );
int common_bktr_intr( void *arg );
-/* $OpenBSD: igmp.c,v 1.80 2022/08/22 21:02:44 bluhm Exp $ */
+/* $OpenBSD: igmp.c,v 1.81 2022/09/04 06:49:11 jsg Exp $ */
/* $NetBSD: igmp.c,v 1.15 1996/02/13 23:41:25 christos Exp $ */
/*
* Quick check to see if any work needs to be done, in order
* to minimize the overhead of fasttimo processing.
* Variable igmp_timers_are_running is read atomically, but without
- * lock intensionally. In case it is not set due to MP races, we may
+ * lock intentionally. In case it is not set due to MP races, we may
* miss to check the timers. Then run the loop at next fast timeout.
*/
if (!igmp_timers_are_running)
-/* $OpenBSD: mld6.c,v 1.58 2022/08/22 21:02:44 bluhm Exp $ */
+/* $OpenBSD: mld6.c,v 1.59 2022/09/04 06:49:11 jsg Exp $ */
/* $KAME: mld6.c,v 1.26 2001/02/16 14:50:35 itojun Exp $ */
/*
* Quick check to see if any work needs to be done, in order
* to minimize the overhead of fasttimo processing.
* Variable mld6_timers_are_running is read atomically, but without
- * lock intensionally. In case it is not set due to MP races, we may
+ * lock intentionally. In case it is not set due to MP races, we may
* miss to check the timers. Then run the loop at next fast timeout.
*/
if (!mld6_timers_are_running)
-/* $OpenBSD: uvm_object.h,v 1.29 2021/12/15 12:53:53 mpi Exp $ */
+/* $OpenBSD: uvm_object.h,v 1.30 2022/09/04 06:49:11 jsg Exp $ */
/* $NetBSD: uvm_object.h,v 1.11 2001/03/09 01:02:12 chs Exp $ */
/*
* memory objects don't have reference counts -- they never die).
*
* this value is used to detected kernel object mappings at uvm_unmap()
- * time. normally when an object is unmapped its pages eventaully become
+ * time. normally when an object is unmapped its pages eventually become
* deactivated and then paged out and/or freed. this is not useful
* for kernel objects... when a kernel object is unmapped we always want
* to free the resources associated with the mapping. UVM_OBJ_KERN