[ORC] Fix file comments.

This commit is contained in:
Lang Hames 2021-07-07 21:16:06 +10:00
parent d38b9f1f31
commit 88efb59b78
1 changed files with 2 additions and 2 deletions

View File

@ -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.
//
//===----------------------------------------------------------------------===//