[clang] 58aa995 - [clang][Interp][NFC] Fix comment typo

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 04:56:53 PST 2024


Author: Timm Bäder
Date: 2024-02-26T13:56:37+01:00
New Revision: 58aa995baf66fffb1284ecb289dc9f02c70de4fa

URL: https://github.com/llvm/llvm-project/commit/58aa995baf66fffb1284ecb289dc9f02c70de4fa
DIFF: https://github.com/llvm/llvm-project/commit/58aa995baf66fffb1284ecb289dc9f02c70de4fa.diff

LOG: [clang][Interp][NFC] Fix comment typo

Added: 
    

Modified: 
    clang/lib/AST/Interp/Interp.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/Interp/Interp.h b/clang/lib/AST/Interp/Interp.h
index aecad1598ad2b1..2b36a05e1af96a 100644
--- a/clang/lib/AST/Interp/Interp.h
+++ b/clang/lib/AST/Interp/Interp.h
@@ -1048,7 +1048,7 @@ bool InitGlobal(InterpState &S, CodePtr OpPC, uint32_t I) {
 
 /// 1) Converts the value on top of the stack to an APValue
 /// 2) Sets that APValue on \Temp
-/// 3) Initialized global with index \I with that
+/// 3) Initializes global with index \I with that
 template <PrimType Name, class T = typename PrimConv<Name>::T>
 bool InitGlobalTemp(InterpState &S, CodePtr OpPC, uint32_t I,
                     const LifetimeExtendedTemporaryDecl *Temp) {


        


More information about the cfe-commits mailing list