Correct the comments and file header.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 23 Dec 2004 21:16:46 +0000 (21:16 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 23 Dec 2004 21:16:46 +0000 (21:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19120 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Debugger/FDHandle.cpp

index 47322b0f9ed3c1c705065e36ea4fa3368b63b7f3..c24bcb87c07b83c3ad264f83d4e3a5fe4ce64329 100644 (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.
 //
 //===----------------------------------------------------------------------===//