Correct the comments and file header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19120 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-12-23 21:16:46 +00:00
parent 1e296bf046
commit 4618957d0d

View File

@ -1,4 +1,4 @@
//===- Support/FileUtilities.cpp - File System Utilities ------------------===//
//===- lib/Debugger/FDHandle.cpp - File Descriptor Handle -----------------===//
//
// The LLVM Compiler Infrastructure
//
@ -7,8 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file implements a family of utility functions which are useful for doing
// various things with files.
// This file implements a class for ensuring that Unix file handles get closed.
//
//===----------------------------------------------------------------------===//