diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-23 21:16:46 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-23 21:16:46 +0000 |
commit | dee41307dcc5bd8fda62d4bb1ffd2bc465561aa5 (patch) | |
tree | 4ae2adb58b67012922bfce3d61265b51a6450d4c /llvm/lib | |
parent | 454a8afc6d3d0516c9946b60e815243c5a85d025 (diff) | |
download | bcm5719-llvm-dee41307dcc5bd8fda62d4bb1ffd2bc465561aa5.tar.gz bcm5719-llvm-dee41307dcc5bd8fda62d4bb1ffd2bc465561aa5.zip |
Correct the comments and file header.
llvm-svn: 19120
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Debugger/FDHandle.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Debugger/FDHandle.cpp b/llvm/lib/Debugger/FDHandle.cpp index 47322b0f9ed..c24bcb87c07 100644 --- a/llvm/lib/Debugger/FDHandle.cpp +++ b/llvm/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. // //===----------------------------------------------------------------------===// |