[llvm-commits] CVS: llvm/lib/Debugger/FDHandle.cpp

Reid Spencer reid at x10sys.com
Thu Dec 23 13:16:57 PST 2004



Changes in directory llvm/lib/Debugger:

FDHandle.cpp updated: 1.1 -> 1.2
---
Log message:

Correct the comments and file header.


---
Diffs of the changes:  (+2 -3)

Index: llvm/lib/Debugger/FDHandle.cpp
diff -u llvm/lib/Debugger/FDHandle.cpp:1.1 llvm/lib/Debugger/FDHandle.cpp:1.2
--- llvm/lib/Debugger/FDHandle.cpp:1.1	Wed Dec 22 04:24:55 2004
+++ llvm/lib/Debugger/FDHandle.cpp	Thu Dec 23 15:16:46 2004
@@ -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.
 //
 //===----------------------------------------------------------------------===//
 






More information about the llvm-commits mailing list