From bc0e998c497446f5448425b3cbd7f8f19a458764 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 14 Jul 2003 17:20:40 +0000 Subject: [PATCH] The word `separate' only has one `e'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7173 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandLine.html | 4 ++-- docs/LangRef.html | 4 ++-- docs/RegisterAllocatorInfo.txt | 6 +++--- docs/WritingAnLLVMPass.html | 4 ++-- include/Support/CommandLine.h | 2 +- include/llvm/CodeGen/MachineCodeEmitter.h | 2 +- include/llvm/Support/CommandLine.h | 2 +- include/llvm/Target/TargetRegInfo.h | 2 +- lib/AsmParser/llvmAsmParser.y | 2 +- lib/Bytecode/Reader/ConstantReader.cpp | 2 +- lib/Support/SystemUtils.cpp | 2 +- lib/Target/SparcV9/SparcV9AsmPrinter.cpp | 2 +- lib/VMCore/AsmWriter.cpp | 2 +- support/lib/Support/SystemUtils.cpp | 2 +- tools/analyze/AnalysisWrappers.cpp | 2 +- tools/bugpoint/Miscompilation.cpp | 2 +- tools/bugpoint/SystemUtils.cpp | 2 +- tools/opt/AnalysisWrappers.cpp | 2 +- 18 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 7c8c997a0f7..7503015aa57 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -1109,7 +1109,7 @@ specifies that this option is used to capture "interpreter style" arguments. Se The cl::Prefix modifier specifies that this option prefixes its value. With 'Prefix' options, there is no equal sign that -seperates the value from the option name specified. This is useful for +separates the value from the option name specified. This is useful for processing odd arguments like '-lmalloc -L/usr/lib' in a linker tool. Here, the 'l' and 'L' options are normal string (list) options, that have the cl::Prefix modifier added to @@ -1496,7 +1496,7 @@ line options