Commit feb2573 maskray
committed
1 parent 3af8993 commit feb2573 Copy full SHA for feb2573
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ class CallEntryPseudoSourceValue : public PseudoSourceValue {
122
122
bool mayAlias (const MachineFrameInfo *) const override ;
123
123
};
124
124
125
- // / A specialized pseudo soruce value for holding GlobalValue values.
125
+ // / A specialized pseudo source value for holding GlobalValue values.
126
126
class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue {
127
127
const GlobalValue *GV;
128
128
Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ class AbstractCallSite {
724
724
// / through (also identified by position but in the call site instruction).
725
725
// /
726
726
// / NOTE that we use LLVM argument numbers (starting at 0) and not
727
- // / clang/soruce argument numbers (starting at 1). The -1 entries represent
727
+ // / clang/source argument numbers (starting at 1). The -1 entries represent
728
728
// / unknown values that are passed to the callee.
729
729
using ParameterEncodingTy = SmallVector<int , 0 >;
730
730
ParameterEncodingTy ParameterEncoding;
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ class ProcResourceKind;
135
135
//
136
136
// An optional Super resource may be given to model these resources as
137
137
// a subset of the more general super resources. Using one of these
138
- // resources implies using one of the super resoruces .
138
+ // resources implies using one of the super resources .
139
139
//
140
140
// ProcResourceUnits normally model a few buffered resources within an
141
141
// out-of-order engine. Buffered resources may be held for multiple
Original file line number Diff line number Diff line change @@ -722,7 +722,7 @@ Error ResourceFileWriter::writeBitmapBody(const RCResource *Base) {
722
722
723
723
// --- CursorResource and IconResource helpers. --- //
724
724
725
- // ICONRESDIR structure. Describes a single icon in resouce group.
725
+ // ICONRESDIR structure. Describes a single icon in resource group.
726
726
//
727
727
// Ref: msdn.microsoft.com/en-us/library/windows/desktop/ms648016.aspx
728
728
struct IconResDir {
You can’t perform that action at this time.
0 commit comments