Support: Fix broken C++ marker
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 29 Nov 2022 19:12:56 +0000 (14:12 -0500)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 22 Dec 2022 19:40:50 +0000 (14:40 -0500)
llvm/lib/Support/Unix/Program.inc

index 375102c..897e227 100644 (file)
@@ -1,5 +1,4 @@
-//===- llvm/Support/Unix/Program.cpp -----------------------------*- C++
-//-*-===//
+//===- llvm/Support/Unix/Program.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.
@@ -12,8 +11,8 @@
 //===----------------------------------------------------------------------===//
 
 //===----------------------------------------------------------------------===//
-//=== WARNING: Implementation here must contain only generic UNIX code that
-//===          is guaranteed to work on *all* UNIX variants.
+//=== WARNING: Implementation here must contain only generic UNIX
+//===          code that is guaranteed to work on *all* UNIX variants.
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Program.h"