This repository was archived by the owner on Apr 23, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ class CallEntryPseudoSourceValue : public PseudoSourceValue {
122122 bool mayAlias (const MachineFrameInfo *) const override ;
123123};
124124
125- // / A specialized pseudo soruce value for holding GlobalValue values.
125+ // / A specialized pseudo source value for holding GlobalValue values.
126126class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue {
127127 const GlobalValue *GV;
128128
Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ class AbstractCallSite {
724724 // / through (also identified by position but in the call site instruction).
725725 // /
726726 // / 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
728728 // / unknown values that are passed to the callee.
729729 using ParameterEncodingTy = SmallVector<int , 0 >;
730730 ParameterEncodingTy ParameterEncoding;
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ class ProcResourceKind;
135135//
136136// An optional Super resource may be given to model these resources as
137137// 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 .
139139//
140140// ProcResourceUnits normally model a few buffered resources within an
141141// 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) {
722722
723723// --- CursorResource and IconResource helpers. --- //
724724
725- // ICONRESDIR structure. Describes a single icon in resouce group.
725+ // ICONRESDIR structure. Describes a single icon in resource group.
726726//
727727// Ref: msdn.microsoft.com/en-us/library/windows/desktop/ms648016.aspx
728728struct IconResDir {
You can’t perform that action at this time.
0 commit comments