[llvm] 88efb59 - [ORC] Fix file comments.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 7 21:29:50 PDT 2021


Author: Lang Hames
Date: 2021-07-08T14:15:44+10:00
New Revision: 88efb59b7829a97b3ea7d847bd84e8905a7dee42

URL: https://github.com/llvm/llvm-project/commit/88efb59b7829a97b3ea7d847bd84e8905a7dee42
DIFF: https://github.com/llvm/llvm-project/commit/88efb59b7829a97b3ea7d847bd84e8905a7dee42.diff

LOG: [ORC] Fix file comments.

Added: 
    

Modified: 
    llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h b/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h
index 379dd9efefd1..8dffea70e335 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h
@@ -1,4 +1,4 @@
-//===------ OrcError.h - Reject symbol lookup requests ------*- C++ -*-===//
+//===--------------- OrcError.h - Orc Error Types ---------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//   Define an error category, error codes, and helper utilities for Orc.
+// Define an error category, error codes, and helper utilities for Orc.
 //
 //===----------------------------------------------------------------------===//
 


        


More information about the llvm-commits mailing list