Support/PathV2: Update comments.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 29 Nov 2010 23:35:35 +0000 (23:35 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 29 Nov 2010 23:35:35 +0000 (23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120348 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/PathV2.h

index 9417e4c16bc85b7dff29a314364fe57df7b73314..fcdeff9b6dc3cf7f57b18b93f36c88223b83ef13 100644 (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.
 //