From: Luís Marques Date: Fri, 9 Oct 2020 09:00:11 +0000 (+0100) Subject: [NFC] Fix banner X-Git-Tag: llvmorg-13-init~9736 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32f2f0d78aa09823fd45464f11db792c23d62e53;p=platform%2Fupstream%2Fllvm.git [NFC] Fix banner --- diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc b/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc index 16742da..89c1260 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc +++ b/compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc @@ -1,4 +1,4 @@ -//===-- sanitizer_syscall_linux_aarch64.inc --------------------*- C++ -*-===// +//===-- sanitizer_syscall_linux_riscv64.inc ---------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.