-/* $OpenBSD: set_key.c,v 1.4 2015/12/10 21:00:51 naddy Exp $ */
+/* $OpenBSD: set_key.c,v 1.5 2021/03/12 10:22:46 jsg Exp $ */
/* lib/des/set_key.c */
/* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
int i;
for (i = 0; i < NUM_WEAK_KEY; i++) {
- /* Added == 0 to comparision, I obviously don't run
+ /* Added == 0 to comparison, I obviously don't run
* this section very often :-(, thanks to
* engineering@MorningStar.Com for the fix
* eay 93/06/29 */
-/* $OpenBSD: sha2.c,v 1.18 2015/03/14 03:38:46 jsg Exp $ */
+/* $OpenBSD: sha2.c,v 1.19 2021/03/12 10:22:46 jsg Exp $ */
/*
* FILE: sha2.c
* Please make sure that your system defines BYTE_ORDER. If your
* architecture is little-endian, make sure it also defines
* LITTLE_ENDIAN and that the two (BYTE_ORDER and LITTLE_ENDIAN) are
- * equivilent.
+ * equivalent.
*
* If your system does not define the above, then you can do so by
* hand like this:
-/* $OpenBSD: db_elf.c,v 1.31 2020/10/15 03:14:00 deraadt Exp $ */
+/* $OpenBSD: db_elf.c,v 1.32 2021/03/12 10:22:46 jsg Exp $ */
/* $NetBSD: db_elf.c,v 1.13 2000/07/07 21:55:18 jhawk Exp $ */
/*-
* symsize: size of symbol table
* symtab: pointer to start of symbol table
* esymtab: pointer to end of string table, for checking - rounded up to
- * integer boundry
+ * integer boundary
*/
int
db_elf_sym_init(int symsize, void *symtab, void *esymtab, const char *name)
-/* $OpenBSD: arp.c,v 1.12 2014/07/13 15:31:20 mpi Exp $ */
+/* $OpenBSD: arp.c,v 1.13 2021/03/12 10:22:46 jsg Exp $ */
/* $NetBSD: arp.c,v 1.15 1996/10/13 02:28:58 christos Exp $ */
/*
if (debug) {
printf("arp: response from %s\n",
ether_sprintf(rbuf.eh.ether_shost));
- printf("arp: cacheing %s --> %s\n",
+ printf("arp: caching %s --> %s\n",
inet_ntoa(addr), ether_sprintf(ah->arp_sha));
}
#endif
-/* $OpenBSD: bcrypt_pbkdf.c,v 1.2 2020/07/09 19:17:19 millert Exp $ */
+/* $OpenBSD: bcrypt_pbkdf.c,v 1.3 2021/03/12 10:22:46 jsg Exp $ */
/*
* Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
*
* function with the following modifications:
* 1. The input password and salt are preprocessed with SHA512.
* 2. The output length is expanded to 256 bits.
- * 3. Subsequently the magic string to be encrypted is lengthened and modifed
+ * 3. Subsequently the magic string to be encrypted is lengthened and modified
* to "OxychromaticBlowfishSwatDynamite"
* 4. The hash function is defined to perform 64 rounds of initial state
* expansion. (More rounds are performed by iterating the hash.)
-/* $OpenBSD: sha2.c,v 1.2 2017/05/27 15:32:51 naddy Exp $ */
+/* $OpenBSD: sha2.c,v 1.3 2021/03/12 10:22:46 jsg Exp $ */
/*
* FILE: sha2.c
* Please make sure that your system defines BYTE_ORDER. If your
* architecture is little-endian, make sure it also defines
* LITTLE_ENDIAN and that the two (BYTE_ORDER and LITTLE_ENDIAN) are
- * equivilent.
+ * equivalent.
*
* If your system does not define the above, then you can do so by
* hand like this:
-/* $OpenBSD: cd.c,v 1.262 2020/09/22 19:32:53 krw Exp $ */
+/* $OpenBSD: cd.c,v 1.263 2021/03/12 10:22:46 jsg Exp $ */
/* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */
/*
* report "Unit Becoming Ready" when loading media and can
* take a long time. Rather than having a massive timeout for
* all operations (which would cause other problems), we allow
- * operations to wait (but be interruptable with Ctrl-C)
+ * operations to wait (but be interruptible with Ctrl-C)
* forever as long as the drive is reporting that it is
* becoming ready. All other cases of not being ready are
* handled by the default handler.
-/* $OpenBSD: ch.c,v 1.67 2020/09/22 19:32:53 krw Exp $ */
+/* $OpenBSD: ch.c,v 1.68 2021/03/12 10:22:46 jsg Exp $ */
/* $NetBSD: ch.c,v 1.26 1997/02/21 22:06:52 thorpej Exp $ */
/*
* rescan their state (i.e. when the door got opened) and can
* take a long time for large units. Rather than having a
* massive timeout for all operations (which would cause other
- * problems) we allow changers to wait (but be interruptable
+ * problems) we allow changers to wait (but be interruptible
* with Ctrl-C) forever as long as they are reporting that they
* are becoming ready. all other cases are handled as per the
* default.
-/* $OpenBSD: mpath_sym.c,v 1.25 2020/06/30 18:43:37 krw Exp $ */
+/* $OpenBSD: mpath_sym.c,v 1.26 2021/03/12 10:22:46 jsg Exp $ */
/*
* Copyright (c) 2010 David Gwynne <dlg@openbsd.org>
printf("\n");
- /* check if we're an assymetric access device */
+ /* check if we're an asymmetric access device */
for (i = 0; i < nitems(asym_devices); i++) {
s = &asym_devices[i];
-/* $OpenBSD: scsi_changer.h,v 1.8 2019/11/29 14:06:21 krw Exp $ */
+/* $OpenBSD: scsi_changer.h,v 1.9 2021/03/12 10:22:46 jsg Exp $ */
/* $NetBSD: scsi_changer.h,v 1.7 1996/04/03 00:25:48 thorpej Exp $ */
/*
/*
* Device capabilities page.
*
- * This page defines characteristics of the elemenet types in the
+ * This page defines characteristics of the element types in the
* medium changer device.
*
* Note in the definitions below, the following abbreviations are
};
/*
- * Medium changer elemement address assignment page.
+ * Medium changer element address assignment page.
*
* Some of these fields can be a little confusing, so an explanation
* is in order.
-/* $OpenBSD: scsi_disk.h,v 1.41 2020/09/01 12:17:53 krw Exp $ */
+/* $OpenBSD: scsi_disk.h,v 1.42 2021/03/12 10:22:46 jsg Exp $ */
/* $NetBSD: scsi_disk.h,v 1.10 1996/07/05 16:19:05 christos Exp $ */
/*
};
/*
- * Defect desciptors. These are used as the defect lists in the FORMAT UNIT
+ * Defect descriptors. These are used as the defect lists in the FORMAT UNIT
* and READ DEFECT DATA commands, and as the translate page of the
* SEND DIAGNOSTIC and RECEIVE DIAGNOSTIC RESULTS commands.
*/
-/* $OpenBSD: st.c,v 1.185 2020/09/22 19:32:53 krw Exp $ */
+/* $OpenBSD: st.c,v 1.186 2021/03/12 10:22:46 jsg Exp $ */
/* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */
/*
short mt_resid; /* last (short) resid */
short mt_erreg; /* last error (sense key) seen */
- struct scsi_link *sc_link; /* our link to the adpter etc. */
+ struct scsi_link *sc_link; /* our link to the adapter etc. */
int blkmin; /* min blk size */
int blkmax; /* max blk size */
* Throw another dummy instruction to catch
* 'Unit attention' errors. Some drives appear to give
* these after doing a Load instruction.
- * (noteably some DAT drives)
+ * (notably some DAT drives)
*/
/* XXX */
scsi_test_unit_ready(link, TEST_READY_RETRIES, SCSI_SILENT);
* drives report "Unit Becoming Ready" when loading media, etc.
* and can take a long time. Rather than having a massive timeout
* for all operations (which would cause other problems) we allow
- * operations to wait (but be interruptable with Ctrl-C) forever
+ * operations to wait (but be interruptible with Ctrl-C) forever
* as long as the drive is reporting that it is becoming ready.
* all other cases are handled as per the default.
*/