diff options
| author | Fangrui Song <maskray@google.com> | 2019-04-26 05:56:23 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-04-26 05:56:23 +0000 |
| commit | 2aa0bdeb257bff9f6e564d6400294f8441404e18 (patch) | |
| tree | da1e03d651e8559ace890367de93843f74a33c7a | |
| parent | d8e9c3a9992febbfd13c4c5ffeeb22cc1dbc6666 (diff) | |
| download | bcm5719-llvm-2aa0bdeb257bff9f6e564d6400294f8441404e18.tar.gz bcm5719-llvm-2aa0bdeb257bff9f6e564d6400294f8441404e18.zip | |
Fix typos: (re)?sor?uce -> (re)?source
Closes: https://github.com/llvm/llvm-project/pull/10
In-collaboration-with: Olivier Cochard-Labbé <olivier@FreeBSD.org>
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
Differential Revision: https://reviews.llvm.org/D61021
llvm-svn: 359277
| -rw-r--r-- | llvm/include/llvm/CodeGen/PseudoSourceValue.h | 2 | ||||
| -rw-r--r-- | llvm/include/llvm/IR/CallSite.h | 2 | ||||
| -rw-r--r-- | llvm/include/llvm/Target/TargetSchedule.td | 2 | ||||
| -rw-r--r-- | llvm/tools/llvm-rc/ResourceFileWriter.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/CodeGen/PseudoSourceValue.h b/llvm/include/llvm/CodeGen/PseudoSourceValue.h index fb431d36102..4b3cc9145a1 100644 --- a/llvm/include/llvm/CodeGen/PseudoSourceValue.h +++ b/llvm/include/llvm/CodeGen/PseudoSourceValue.h @@ -122,7 +122,7 @@ public: bool mayAlias(const MachineFrameInfo *) const override; }; -/// A specialized pseudo soruce value for holding GlobalValue values. +/// A specialized pseudo source value for holding GlobalValue values. class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue { const GlobalValue *GV; diff --git a/llvm/include/llvm/IR/CallSite.h b/llvm/include/llvm/IR/CallSite.h index 1454874e4ef..183e387a422 100644 --- a/llvm/include/llvm/IR/CallSite.h +++ b/llvm/include/llvm/IR/CallSite.h @@ -724,7 +724,7 @@ public: /// through (also identified by position but in the call site instruction). /// /// NOTE that we use LLVM argument numbers (starting at 0) and not - /// clang/soruce argument numbers (starting at 1). The -1 entries represent + /// clang/source argument numbers (starting at 1). The -1 entries represent /// unknown values that are passed to the callee. using ParameterEncodingTy = SmallVector<int, 0>; ParameterEncodingTy ParameterEncoding; diff --git a/llvm/include/llvm/Target/TargetSchedule.td b/llvm/include/llvm/Target/TargetSchedule.td index cbfad5fcdea..a36d259df83 100644 --- a/llvm/include/llvm/Target/TargetSchedule.td +++ b/llvm/include/llvm/Target/TargetSchedule.td @@ -135,7 +135,7 @@ class ProcResourceKind; // // An optional Super resource may be given to model these resources as // a subset of the more general super resources. Using one of these -// resources implies using one of the super resoruces. +// resources implies using one of the super resources. // // ProcResourceUnits normally model a few buffered resources within an // out-of-order engine. Buffered resources may be held for multiple diff --git a/llvm/tools/llvm-rc/ResourceFileWriter.cpp b/llvm/tools/llvm-rc/ResourceFileWriter.cpp index 78d99e7ebcb..44b3fe143ce 100644 --- a/llvm/tools/llvm-rc/ResourceFileWriter.cpp +++ b/llvm/tools/llvm-rc/ResourceFileWriter.cpp @@ -722,7 +722,7 @@ Error ResourceFileWriter::writeBitmapBody(const RCResource *Base) { // --- CursorResource and IconResource helpers. --- // -// ICONRESDIR structure. Describes a single icon in resouce group. +// ICONRESDIR structure. Describes a single icon in resource group. // // Ref: msdn.microsoft.com/en-us/library/windows/desktop/ms648016.aspx struct IconResDir { |

