1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[ORC] Fix file comments.

This commit is contained in:
Lang Hames 2021-07-07 21:16:06 +10:00
parent 36584cd187
commit 4c6599a274

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