From 4bd3225088551cab39c71a6a673b10a765c6459d Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Mon, 16 Jun 2008 10:14:09 +0000 Subject: [PATCH] Minor comment fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52312 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Win32/Path.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index 8f3366467ae..bb1252cfdd2 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc @@ -1,4 +1,4 @@ -//===- llvm/System/Linux/Path.cpp - Linux Path Implementation ---*- C++ -*-===// +//===- llvm/System/Win32/Path.cpp - Win32 Path Implementation ---*- C++ -*-===// // // The LLVM Compiler Infrastructure //