Skip to content

Commit 0a15574

Browse files
authored
[NFC][amdgpuarch] Correct file names in file header comments (#92294)
1 parent 586ecd7 commit 0a15574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/tools/amdgpu-arch/AMDGPUArchByHIP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- AMDGPUArch.cpp - list AMDGPU installed ----------*- C++ -*---------===//
1+
//===- AMDGPUArchByHIP.cpp - list AMDGPU installed ----------*- C++ -*-----===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang/tools/amdgpu-arch/AMDGPUArchByHSA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- AMDGPUArchLinux.cpp - list AMDGPU installed ------*- C++ -*---------===//
1+
//===- AMDGPUArchByHSA.cpp - list AMDGPU installed ------*- C++ -*---------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)