git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120348
91177308-0d34-0410-b5e6-
96231b3b80d8
-//===- llvm/Support/PathV2.h - Path Operating System Concept -----*- C++ -*-===//
+//===- llvm/Support/PathV2.h - Path Operating System Concept ----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
//
//===----------------------------------------------------------------------===//
//
-// 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.
//