Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144410026
D23453.id67913.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
9 KB
Referenced Files
None
Subscribers
None
D23453.id67913.diff
View Options
Index: secure/lib/libcrypt/blowfish.h
===================================================================
--- secure/lib/libcrypt/blowfish.h
+++ secure/lib/libcrypt/blowfish.h
@@ -40,7 +40,7 @@
#define _BLF_H_
/* Schneier states the maximum key length to be 56 bytes.
- * The way how the subkeys are initalized by the key up
+ * The way how the subkeys are initialized by the key up
* to (N+2)*4 i.e. 72 bytes are utilized.
* Warning: For normal blowfish encryption only 56 bytes
* of the key affect all cipherbits.
Index: stand/efi/include/amd64/efibind.h
===================================================================
--- stand/efi/include/amd64/efibind.h
+++ stand/efi/include/amd64/efibind.h
@@ -167,7 +167,7 @@
#ifdef _MSC_EXTENSIONS
#define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
#else
- #define EFIAPI // Substitute expresion to force C calling convention
+ #define EFIAPI // Substitute expression to force C calling convention
#endif
#endif
Index: stand/efi/include/arm64/efibind.h
===================================================================
--- stand/efi/include/arm64/efibind.h
+++ stand/efi/include/arm64/efibind.h
@@ -161,7 +161,7 @@
#ifdef _MSC_EXTENSIONS
#define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
#else
- #define EFIAPI // Substitute expresion to force C calling convention
+ #define EFIAPI // Substitute expression to force C calling convention
#endif
#endif
Index: stand/efi/include/i386/efibind.h
===================================================================
--- stand/efi/include/i386/efibind.h
+++ stand/efi/include/i386/efibind.h
@@ -163,7 +163,7 @@
#ifdef _MSC_EXTENSIONS
#define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
#else
- #define EFIAPI // Substitute expresion to force C calling convention
+ #define EFIAPI // Substitute expression to force C calling convention
#endif
#endif
Index: sys/dev/ixl/if_iavf.c
===================================================================
--- sys/dev/ixl/if_iavf.c
+++ sys/dev/ixl/if_iavf.c
@@ -705,7 +705,7 @@
}
/*
- * iavf_attach() helper function; initalizes the admin queue
+ * iavf_attach() helper function; initializes the admin queue
* and attempts to establish contact with the PF by
* retrying the initial "API version" message several times
* or until the PF responds.
Index: sys/dev/le/lancevar.h
===================================================================
--- sys/dev/le/lancevar.h
+++ sys/dev/le/lancevar.h
@@ -198,7 +198,7 @@
diff |= *a++ - *b++;
#else
/*
- * Most modern CPUs do better with a single expresion.
+ * Most modern CPUs do better with a single expression.
* Note that short-cut evaluation is NOT helpful here,
* because it just makes the code longer, not faster!
*/
Index: sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
===================================================================
--- sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
+++ sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
@@ -5618,7 +5618,7 @@
}
- /* this function is called at the end of discovery; reinitalizes oneDeviceData->reported */
+ /* this function is called at the end of discovery; reinitializes oneDeviceData->reported */
oneDeviceData->reported = agFALSE;
return;
}
@@ -5661,7 +5661,7 @@
}
- /* this function is called at the end of discovery; reinitalizes oneDeviceData->reported */
+ /* this function is called at the end of discovery; reinitializes oneDeviceData->reported */
oneDeviceData->reported = agFALSE;
return;
}
Index: sys/dev/ppbus/lpt.c
===================================================================
--- sys/dev/ppbus/lpt.c
+++ sys/dev/ppbus/lpt.c
@@ -272,7 +272,7 @@
*
* 2) You should be able to write to and read back the same value
* to the control port lower 5 bits, the upper 3 bits are reserved
- * per the IBM PC technical reference manauls and different boards
+ * per the IBM PC technical reference manuals and different boards
* do different things with them. Do an alternating zeros, alternating
* ones, walking zero, and walking one test to check for stuck bits.
*
Index: sys/dev/puc/pucdata.c
===================================================================
--- sys/dev/puc/pucdata.c
+++ sys/dev/puc/pucdata.c
@@ -708,7 +708,7 @@
* The Advantech PCI-1602 Rev. A use the first two ports of an Oxford
* Semiconductor OXuPCI954. Note these boards have a hardware bug in
* that they drive the RS-422/485 transmitters after power-on until a
- * driver initalizes the UARTs.
+ * driver initializes the UARTs.
*/
{ 0x13fe, 0x1600, 0x1602, 0x0002,
"Advantech PCI-1602 Rev. A",
Index: sys/dev/usb/net/if_axe.c
===================================================================
--- sys/dev/usb/net/if_axe.c
+++ sys/dev/usb/net/if_axe.c
@@ -63,7 +63,7 @@
* to send any packets.
*
* Note that this device appears to only support loading the station
- * address via autload from the EEPROM (i.e. there's no way to manaully
+ * address via autload from the EEPROM (i.e. there's no way to manually
* set it).
*
* (Adam Weinberger wanted me to name this driver if_gir.c.)
Index: sys/mips/beri/beri_mp.c
===================================================================
--- sys/mips/beri/beri_mp.c
+++ sys/mips/beri/beri_mp.c
@@ -132,7 +132,7 @@
continue;
}
if (se->entry_addr != 1) {
- printf("%s: CPU %d has uninitalized spin "
+ printf("%s: CPU %d has uninitialized spin "
"entry\n", __func__, reg);
continue;
}
Index: sys/netinet/netdump/netdump_client.c
===================================================================
--- sys/netinet/netdump/netdump_client.c
+++ sys/netinet/netdump/netdump_client.c
@@ -277,7 +277,7 @@
}
/*
- * Perform any initalization needed prior to transmitting the kernel core.
+ * Perform any initialization needed prior to transmitting the kernel core.
*/
static int
netdump_start(struct dumperinfo *di)
Index: sys/netinet/tcp_sack.c
===================================================================
--- sys/netinet/tcp_sack.c
+++ sys/netinet/tcp_sack.c
@@ -238,7 +238,7 @@
}
j = 0;
for (i = 0; i < n; i++) {
- /* we can end up with a stale inital entry */
+ /* we can end up with a stale initial entry */
if (SEQ_LT(saved_blks[i].start, saved_blks[i].end)) {
tp->sackblks[j++] = saved_blks[i];
}
Index: sys/netinet/tcp_stacks/bbr.c
===================================================================
--- sys/netinet/tcp_stacks/bbr.c
+++ sys/netinet/tcp_stacks/bbr.c
@@ -5856,7 +5856,7 @@
/*
* Not enough data has been acknowledged to make a
* judgement unless we are hardware TLS. Set up
- * the inital TSO based on if we are sending a
+ * the initial TSO based on if we are sending a
* full IW at once or not.
*/
if (bbr->rc_use_google)
@@ -12361,7 +12361,7 @@
if (IS_FASTOPEN(tp->t_flags) &&
((tp->t_state == TCPS_SYN_RECEIVED) ||
(tp->t_state == TCPS_SYN_SENT)) &&
- SEQ_GT(tp->snd_max, tp->snd_una) && /* inital SYN or SYN|ACK sent */
+ SEQ_GT(tp->snd_max, tp->snd_una) && /* initial SYN or SYN|ACK sent */
(tp->t_rxtshift == 0)) { /* not a retransmit */
return (0);
}
Index: sys/netinet/tcp_stacks/tcp_bbr.h
===================================================================
--- sys/netinet/tcp_stacks/tcp_bbr.h
+++ sys/netinet/tcp_stacks/tcp_bbr.h
@@ -598,7 +598,7 @@
uint32_t rc_reorder_ts; /* Last time we saw reordering Lock(a) */
uint32_t rc_init_rwnd; /* Initial rwnd when we transitioned */
/*- ---
- * used only inital and close
+ * used only initial and close
*/
uint32_t rc_high_rwnd; /* Highest rwnd seen */
uint32_t rc_lowest_rtt; /* Smallest RTT we have seen */
Index: sys/opencrypto/xform_enc.h
===================================================================
--- sys/opencrypto/xform_enc.h
+++ sys/opencrypto/xform_enc.h
@@ -88,7 +88,7 @@
struct aes_icm_ctx {
u_int32_t ac_ek[4*(RIJNDAEL_MAXNR + 1)];
- /* ac_block is initalized to IV */
+ /* ac_block is initialized to IV */
u_int8_t ac_block[AESICM_BLOCKSIZE];
int ac_nr;
};
Index: usr.bin/truss/syscalls.c
===================================================================
--- usr.bin/truss/syscalls.c
+++ usr.bin/truss/syscalls.c
@@ -908,7 +908,7 @@
* Add argument padding to subsequent system calls after Quad
* syscall arguments as needed. This used to be done by hand in the
* decoded_syscalls table which was ugly and error prone. It is
- * simpler to do the fixup of offsets at initalization time than when
+ * simpler to do the fixup of offsets at initialization time than when
* decoding arguments.
*/
static void
Index: usr.sbin/bsdconfig/share/media/network.subr
===================================================================
--- usr.sbin/bsdconfig/share/media/network.subr
+++ usr.sbin/bsdconfig/share/media/network.subr
@@ -51,7 +51,7 @@
# initialized and returns success.
#
# The variables (from variable.subr) used to initialize the network are as
-# follows (all of which are configured either automatically or manaully):
+# follows (all of which are configured either automatically or manually):
#
# VAR_IFCONFIG + device_name (e.g., `ifconfig_em0')
# Automatically populated but can be overridden in a script. This
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 7:22 AM (52 m, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28552562
Default Alt Text
D23453.id67913.diff (9 KB)
Attached To
Mode
D23453: Correct some typos in sourcesfiles
Attached
Detach File
Event Timeline
Log In to Comment