[compiler-rt] 112aa10 - [ORC-RT] Fix typo in comment.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 7 19:56:46 PDT 2024


Author: Lang Hames
Date: 2024-07-08T12:56:38+10:00
New Revision: 112aa105635413c24e7a2ed3638a14a5600d1d1d

URL: https://github.com/llvm/llvm-project/commit/112aa105635413c24e7a2ed3638a14a5600d1d1d
DIFF: https://github.com/llvm/llvm-project/commit/112aa105635413c24e7a2ed3638a14a5600d1d1d.diff

LOG: [ORC-RT] Fix typo in comment.

Added: 
    

Modified: 
    compiler-rt/lib/orc/error.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/orc/error.h b/compiler-rt/lib/orc/error.h
index 4c378ecc01c4e9..b5da0769c63726 100644
--- a/compiler-rt/lib/orc/error.h
+++ b/compiler-rt/lib/orc/error.h
@@ -1,4 +1,4 @@
-//===-------- Error.h - Enforced error checking for ORC RT ------*- C++ -*-===//
+//===-------- error.h - Enforced error checking for ORC RT ------*- 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 llvm-commits mailing list