Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109817855
D45667.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
7 KB
Referenced Files
None
Subscribers
None
D45667.diff
View Options
diff --git a/contrib/llvm-project/clang/lib/ExtractAPI/APIIgnoresList.cpp b/contrib/llvm-project/clang/lib/ExtractAPI/APIIgnoresList.cpp
--- a/contrib/llvm-project/clang/lib/ExtractAPI/APIIgnoresList.cpp
+++ b/contrib/llvm-project/clang/lib/ExtractAPI/APIIgnoresList.cpp
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// This file implements APIIgnoresList that allows users to specifiy a file
+/// This file implements APIIgnoresList that allows users to specify a file
/// containing symbols to ignore during API extraction.
///
//===----------------------------------------------------------------------===//
diff --git a/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp b/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
--- a/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
+++ b/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
@@ -8316,7 +8316,7 @@
// SXTB extracts an 8-bit value from a register, sign-extends it to 32 bits, and
// writes the result to the destination
-// register. You can specifiy a rotation by 0, 8, 16, or 24 bits before
+// register. You can specify a rotation by 0, 8, 16, or 24 bits before
// extracting the 8-bit value.
bool EmulateInstructionARM::EmulateSXTB(const uint32_t opcode,
const ARMEncoding encoding) {
diff --git a/contrib/llvm-project/llvm/include/llvm/ProfileData/SampleProfWriter.h b/contrib/llvm-project/llvm/include/llvm/ProfileData/SampleProfWriter.h
--- a/contrib/llvm-project/llvm/include/llvm/ProfileData/SampleProfWriter.h
+++ b/contrib/llvm-project/llvm/include/llvm/ProfileData/SampleProfWriter.h
@@ -342,7 +342,7 @@
std::error_code writeProfileSymbolListSection();
SectionLayout SecLayout = DefaultLayout;
- // Specifiy the order of sections in section header table. Note
+ // Specify the order of sections in section header table. Note
// the order of sections in SecHdrTable may be different that the
// order in SectionHdrLayout. sample Reader will follow the order
// in SectionHdrLayout to read each section.
diff --git a/contrib/llvm-project/llvm/include/llvm/Support/HashBuilder.h b/contrib/llvm-project/llvm/include/llvm/Support/HashBuilder.h
--- a/contrib/llvm-project/llvm/include/llvm/Support/HashBuilder.h
+++ b/contrib/llvm-project/llvm/include/llvm/Support/HashBuilder.h
@@ -133,7 +133,7 @@
/// Additionally, since types are eventually forwarded to the hasher's
/// `void update(ArrayRef<uint8_t>)` method, endianness plays a role in the hash
/// computation (for example when computing `add((int)123)`).
-/// Specifiying a non-`native` `Endianness` template parameter allows to compute
+/// Specifying a non-`native` `Endianness` template parameter allows to compute
/// stable hash across platforms with different endianness.
template <typename HasherT, llvm::endianness Endianness>
class HashBuilder : public HashBuilderBase<HasherT> {
diff --git a/contrib/llvm-project/llvm/lib/CodeGen/PeepholeOptimizer.cpp b/contrib/llvm-project/llvm/lib/CodeGen/PeepholeOptimizer.cpp
--- a/contrib/llvm-project/llvm/lib/CodeGen/PeepholeOptimizer.cpp
+++ b/contrib/llvm-project/llvm/lib/CodeGen/PeepholeOptimizer.cpp
@@ -110,7 +110,7 @@
DisablePeephole("disable-peephole", cl::Hidden, cl::init(false),
cl::desc("Disable the peephole optimizer"));
-/// Specifiy whether or not the value tracking looks through
+/// Specify whether or not the value tracking looks through
/// complex instructions. When this is true, the value tracker
/// bails on everything that is not a copy or a bitcast.
static cl::opt<bool>
diff --git a/contrib/llvm-project/llvm/lib/MC/MCParser/ELFAsmParser.cpp b/contrib/llvm-project/llvm/lib/MC/MCParser/ELFAsmParser.cpp
--- a/contrib/llvm-project/llvm/lib/MC/MCParser/ELFAsmParser.cpp
+++ b/contrib/llvm-project/llvm/lib/MC/MCParser/ELFAsmParser.cpp
@@ -597,7 +597,7 @@
bool Mergeable = Flags & ELF::SHF_MERGE;
bool Group = Flags & ELF::SHF_GROUP;
if (Group && UseLastGroup)
- return TokError("Section cannot specifiy a group name while also acting "
+ return TokError("Section cannot specify a group name while also acting "
"as a member of the last group");
if (maybeParseSectionType(TypeName))
diff --git a/crypto/heimdal/doc/setup.texi b/crypto/heimdal/doc/setup.texi
--- a/crypto/heimdal/doc/setup.texi
+++ b/crypto/heimdal/doc/setup.texi
@@ -712,7 +712,7 @@
@end example
Som applications, like openssh with Simon Wilkinsons patch applied,
-support specifiying that credential to use. The example below will
+support specifying that credential to use. The example below will
login to the host computer.kth.se using lha@@KTH.SE (not the current
default credential).
diff --git a/sys/compat/linuxkpi/common/src/linux_usb.c b/sys/compat/linuxkpi/common/src/linux_usb.c
--- a/sys/compat/linuxkpi/common/src/linux_usb.c
+++ b/sys/compat/linuxkpi/common/src/linux_usb.c
@@ -973,7 +973,7 @@
*
* This function should always be used when you allocate an URB for
* use with the USB Linux stack. In case of an isochronous transfer
- * you must specifiy the maximum number of "iso_packets" which you
+ * you must specify the maximum number of "iso_packets" which you
* plan to transfer per URB. This function is always blocking, and
* "mem_flags" are not regarded like on Linux.
*------------------------------------------------------------------------*/
diff --git a/sys/contrib/device-tree/Bindings/usb/usb-nop-xceiv.txt b/sys/contrib/device-tree/Bindings/usb/usb-nop-xceiv.txt
--- a/sys/contrib/device-tree/Bindings/usb/usb-nop-xceiv.txt
+++ b/sys/contrib/device-tree/Bindings/usb/usb-nop-xceiv.txt
@@ -20,7 +20,7 @@
- vbus-detect-gpio: should specify the GPIO detecting a VBus insertion
(see Documentation/devicetree/bindings/gpio/gpio.txt)
-- vbus-regulator : should specifiy the regulator supplying current drawn from
+- vbus-regulator : should specify the regulator supplying current drawn from
the VBus line (see Documentation/devicetree/bindings/regulator/regulator.txt).
Example:
diff --git a/sys/dev/ocs_fc/ocs_hw.c b/sys/dev/ocs_fc/ocs_hw.c
--- a/sys/dev/ocs_fc/ocs_hw.c
+++ b/sys/dev/ocs_fc/ocs_hw.c
@@ -4042,7 +4042,7 @@
* @return Returns 0 on success, or a non-zero value on failure.
*
* @todo
- * - Support specifiying relative offset.
+ * - Support specifying relative offset.
* - Use a WQ other than 0.
*/
ocs_hw_rtn_e
diff --git a/sys/fs/p9fs/p9fs.h b/sys/fs/p9fs/p9fs.h
--- a/sys/fs/p9fs/p9fs.h
+++ b/sys/fs/p9fs/p9fs.h
@@ -33,7 +33,7 @@
/* QID: Unique identification for the file being accessed */
struct p9fs_qid {
- uint8_t qid_mode; /* file mode specifiying file type */
+ uint8_t qid_mode; /* file mode specifying file type */
uint32_t qid_version; /* version of the file */
uint64_t qid_path; /* unique integer among all files in hierarchy */
};
diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c
--- a/sys/netinet6/nd6_rtr.c
+++ b/sys/netinet6/nd6_rtr.c
@@ -1756,7 +1756,7 @@
* When an interface connects to a new link, a new
* randomized interface identifier should be generated
* immediately together with a new set of temporary
- * addresses. Thus, we specifiy 1 as the 2nd arg of
+ * addresses. Thus, we specify 1 as the 2nd arg of
* in6_tmpifadd().
*/
if (V_ip6_use_tempaddr) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 10, 10:28 PM (4 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16584598
Default Alt Text
D45667.diff (7 KB)
Attached To
Mode
D45667: spelling: specifiy -> specify
Attached
Detach File
Event Timeline
Log In to Comment