summaryrefslogtreecommitdiff
path: root/lib/Debugger
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-23 21:16:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-23 21:16:46 +0000
commit4618957d0d6eb015bbc5add5c22e004d3e4390e0 (patch)
treed5848c9e84fe168d32a4704acd6190fe91006fd4 /lib/Debugger
parent1e296bf046bc7868fa6b76b32a1404d166bb3a47 (diff)
downloadllvm-4618957d0d6eb015bbc5add5c22e004d3e4390e0.tar.gz
llvm-4618957d0d6eb015bbc5add5c22e004d3e4390e0.tar.bz2
llvm-4618957d0d6eb015bbc5add5c22e004d3e4390e0.tar.xz
Correct the comments and file header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Debugger')
-rw-r--r--lib/Debugger/FDHandle.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Debugger/FDHandle.cpp b/lib/Debugger/FDHandle.cpp
index 47322b0f9e..c24bcb87c0 100644
--- a/lib/Debugger/FDHandle.cpp
+++ b/lib/Debugger/FDHandle.cpp
@@ -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.
//
//===----------------------------------------------------------------------===//