[llvm-commits] [llvm] r120348 - /llvm/trunk/include/llvm/Support/PathV2.h

Michael J. Spencer bigcheesegs at gmail.com
Mon Nov 29 15:35:35 PST 2010


Author: mspencer
Date: Mon Nov 29 17:35:35 2010
New Revision: 120348

URL: http://llvm.org/viewvc/llvm-project?rev=120348&view=rev
Log:
Support/PathV2: Update comments.

Modified:
    llvm/trunk/include/llvm/Support/PathV2.h

Modified: llvm/trunk/include/llvm/Support/PathV2.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/PathV2.h?rev=120348&r1=120347&r2=120348&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/PathV2.h (original)
+++ llvm/trunk/include/llvm/Support/PathV2.h Mon Nov 29 17:35:35 2010
@@ -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.
 //





More information about the llvm-commits mailing list