summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-29 23:35:35 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-29 23:35:35 +0000
commitb682b0cd1405dac99180a203d67b60efb94b53c6 (patch)
treee5194fd9a1474905d9cae6e82a62adf813ab0832
parentb4df1d5a3ecf9981b63e28a14a97ddb93992e3af (diff)
downloadbcm5719-llvm-b682b0cd1405dac99180a203d67b60efb94b53c6.tar.gz
bcm5719-llvm-b682b0cd1405dac99180a203d67b60efb94b53c6.zip
Support/PathV2: Update comments.
llvm-svn: 120348
-rw-r--r--llvm/include/llvm/Support/PathV2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/PathV2.h b/llvm/include/llvm/Support/PathV2.h
index 9417e4c16bc..fcdeff9b6dc 100644
--- a/llvm/include/llvm/Support/PathV2.h
+++ b/llvm/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.
//
OpenPOWER on IntegriCloud