Support/PathV2: Update comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120348 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael J. Spencer 2010-11-29 23:35:35 +00:00
parent 7a0b4fdd14
commit e6f26e874e

View File

@ -1,4 +1,4 @@
//===- llvm/Support/PathV2.h - Path Operating System Concept -----*- C++ -*-===//
//===- llvm/Support/PathV2.h - Path Operating System Concept ----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file declares the llvm::sys::path namespace. It is designed after
// This file declares the llvm::sys::{path,fs} namespaces. It is designed after
// TR2/boost filesystem (v3), but modified to remove exception handling and the
// path class.
//