[llvm] c917917 - [TextAPI] fix -Wdocumentation flagged typo, NFC
    Cyndy Ishida via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Aug  8 09:34:16 PDT 2023
    
    
  
Author: Cyndy Ishida
Date: 2023-08-08T09:32:50-07:00
New Revision: c917917cf654608da51860ab5d9b6add00c1b178
URL: https://github.com/llvm/llvm-project/commit/c917917cf654608da51860ab5d9b6add00c1b178
DIFF: https://github.com/llvm/llvm-project/commit/c917917cf654608da51860ab5d9b6add00c1b178.diff
LOG: [TextAPI] fix -Wdocumentation flagged typo, NFC
Added: 
    
Modified: 
    llvm/include/llvm/TextAPI/InterfaceFile.h
Removed: 
    
################################################################################
diff  --git a/llvm/include/llvm/TextAPI/InterfaceFile.h b/llvm/include/llvm/TextAPI/InterfaceFile.h
index 6b46ad993aa97a..673f25bafcf5ff 100644
--- a/llvm/include/llvm/TextAPI/InterfaceFile.h
+++ b/llvm/include/llvm/TextAPI/InterfaceFile.h
@@ -188,7 +188,7 @@ class InterfaceFile {
 
   /// Determine if target triple slice exists in file.
   ///
-  /// \param Target the value to find.
+  /// \param Targ the value to find.
   bool hasTarget(const Target &Targ) const {
     return llvm::is_contained(Targets, Targ);
   }
        
    
    
More information about the llvm-commits
mailing list