From 88efb59b7829a97b3ea7d847bd84e8905a7dee42 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 7 Jul 2021 21:16:06 +1000 Subject: [PATCH] [ORC] Fix file comments. --- llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. // //===----------------------------------------------------------------------===//