diff --git a/mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp b/mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp index 1754e0e954e63..6740213c281a3 100644 --- a/mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp +++ b/mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp @@ -1,4 +1,4 @@ -//===- mlir-cpu-runner.cpp - MLIR CPU Execution Driver---------------------===// +//===- mlir-cuda-runner.cpp - MLIR CUDA Execution Driver-------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.