[clang] 48655f7 - [clang][Interp][NFC] Fix typo in comment

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 28 03:08:58 PST 2022


Author: Timm Bäder
Date: 2022-12-28T12:08:29+01:00
New Revision: 48655f72f9c09a6164109bff3197e07a3f3d8a52

URL: https://github.com/llvm/llvm-project/commit/48655f72f9c09a6164109bff3197e07a3f3d8a52
DIFF: https://github.com/llvm/llvm-project/commit/48655f72f9c09a6164109bff3197e07a3f3d8a52.diff

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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/Interp/Interp.cpp b/clang/lib/AST/Interp/Interp.cpp
index 224b05ffad190..940e71df138d3 100644
--- a/clang/lib/AST/Interp/Interp.cpp
+++ b/clang/lib/AST/Interp/Interp.cpp
@@ -1,4 +1,4 @@
-//===------- Interpcpp - Interpreter for the constexpr VM ------*- C++ -*-===//
+//===------- Interp.cpp - Interpreter for the constexpr VM ------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the cfe-commits mailing list