diff --git a/clang/test/Driver/flang/flang-driver-2-frontend01.f90 b/clang/test/Driver/flang/flang-driver-2-frontend01.f90 --- a/clang/test/Driver/flang/flang-driver-2-frontend01.f90 +++ b/clang/test/Driver/flang/flang-driver-2-frontend01.f90 @@ -1,4 +1,4 @@ -! Check wich name of flang frontend is invoked by the driver +! Check which name of flang frontend is invoked by the driver ! The flag -fortran-fe is NOT passed by the driver. ! Therefore, it uses the predefined frontend "flang". @@ -7,5 +7,5 @@ ! RUN: cp %clang %t1 ! RUN: %t1 --driver-mode=flang -### %s 2>&1 | FileCheck --check-prefixes=ALL %s -! The invocations should begin with .tmp1 -fc1. +! The invocations should begin with flang -fc1. ! ALL-LABEL: "{{[^"]*}}flang" "-fc1" diff --git a/clang/test/Driver/flang/flang-driver-2-frontend02.f90 b/clang/test/Driver/flang/flang-driver-2-frontend02.f90 --- a/clang/test/Driver/flang/flang-driver-2-frontend02.f90 +++ b/clang/test/Driver/flang/flang-driver-2-frontend02.f90 @@ -1,4 +1,4 @@ -! Check wich name of flang frontend is invoked by the driver +! Check which name of flang frontend is invoked by the driver ! The flag -fortran-fe is passed by the driver. ! The flag has preference over the predefined frontend "flang".