From: Michael J. Spencer Date: Mon, 29 Nov 2010 23:35:35 +0000 (+0000) Subject: Support/PathV2: Update comments. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e6f26e874e0ff32fe429605fded5a2e35e4e7179;p=oota-llvm.git Support/PathV2: Update comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120348 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/PathV2.h b/include/llvm/Support/PathV2.h index 9417e4c16bc..fcdeff9b6dc 100644 --- a/include/llvm/Support/PathV2.h +++ b/include/llvm/Support/PathV2.h @@ -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. //