[PATCH] D61021: Fix typos: (re)?sor?uce -> (re)?source

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 22:54:29 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL359277: Fix typos: (re)?sor?uce -> (re)?source (authored by MaskRay, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61021?vs=196302&id=196798#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61021/new/

https://reviews.llvm.org/D61021

Files:
  llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h
  llvm/trunk/include/llvm/IR/CallSite.h
  llvm/trunk/include/llvm/Target/TargetSchedule.td
  llvm/trunk/tools/llvm-rc/ResourceFileWriter.cpp


Index: llvm/trunk/tools/llvm-rc/ResourceFileWriter.cpp
===================================================================
--- llvm/trunk/tools/llvm-rc/ResourceFileWriter.cpp
+++ llvm/trunk/tools/llvm-rc/ResourceFileWriter.cpp
@@ -722,7 +722,7 @@
 
 // --- 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 {
Index: llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h
===================================================================
--- llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h
+++ llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h
@@ -122,7 +122,7 @@
   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;
 
Index: llvm/trunk/include/llvm/Target/TargetSchedule.td
===================================================================
--- llvm/trunk/include/llvm/Target/TargetSchedule.td
+++ llvm/trunk/include/llvm/Target/TargetSchedule.td
@@ -135,7 +135,7 @@
 //
 // 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
Index: llvm/trunk/include/llvm/IR/CallSite.h
===================================================================
--- llvm/trunk/include/llvm/IR/CallSite.h
+++ llvm/trunk/include/llvm/IR/CallSite.h
@@ -724,7 +724,7 @@
     /// 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;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61021.196798.patch
Type: text/x-patch
Size: 2455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190426/bc4dee75/attachment-0001.bin>


More information about the llvm-commits mailing list