diff options
| author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 23:35:35 +0000 |
|---|---|---|
| committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 23:35:35 +0000 |
| commit | b682b0cd1405dac99180a203d67b60efb94b53c6 (patch) | |
| tree | e5194fd9a1474905d9cae6e82a62adf813ab0832 | |
| parent | b4df1d5a3ecf9981b63e28a14a97ddb93992e3af (diff) | |
| download | bcm5719-llvm-b682b0cd1405dac99180a203d67b60efb94b53c6.tar.gz bcm5719-llvm-b682b0cd1405dac99180a203d67b60efb94b53c6.zip | |
Support/PathV2: Update comments.
llvm-svn: 120348
| -rw-r--r-- | llvm/include/llvm/Support/PathV2.h | 4 |
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. // |

