summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/backupstore/BackupStoreInfo.h2
-rw-r--r--lib/compress/Compress.h4
-rw-r--r--lib/server/ProtocolUncertainStream.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/backupstore/BackupStoreInfo.h b/lib/backupstore/BackupStoreInfo.h
index 1aba5edb..a94ca9d6 100644
--- a/lib/backupstore/BackupStoreInfo.h
+++ b/lib/backupstore/BackupStoreInfo.h
@@ -18,7 +18,7 @@ class BackupStoreCheck;
// --------------------------------------------------------------------------
//
-// File
+// Class
// Name: BackupStoreInfo
// Purpose: Main backup store information storage
// Created: 2003/08/28
diff --git a/lib/compress/Compress.h b/lib/compress/Compress.h
index 9b609adb..4a98a59e 100644
--- a/lib/compress/Compress.h
+++ b/lib/compress/Compress.h
@@ -1,7 +1,7 @@
// --------------------------------------------------------------------------
//
// File
-// Name: CompressContext.h
+// Name: Compress.h
// Purpose: Interface to zlib compression
// Created: 5/12/03
//
@@ -17,7 +17,7 @@
// --------------------------------------------------------------------------
//
// Class
-// Name: CompressContext
+// Name: Compress
// Purpose: Interface to zlib compression, only very slight wrapper.
// (Use CompressStream for a more friendly interface.)
// Created: 5/12/03
diff --git a/lib/server/ProtocolUncertainStream.h b/lib/server/ProtocolUncertainStream.h
index 66397a39..4954cf88 100644
--- a/lib/server/ProtocolUncertainStream.h
+++ b/lib/server/ProtocolUncertainStream.h
@@ -1,7 +1,7 @@
// --------------------------------------------------------------------------
//
// File
-// Name: PartialReadStream.h
+// Name: ProtocolUncertainStream.h
// Purpose: Read part of another stream
// Created: 2003/12/05
//
@@ -15,7 +15,7 @@
// --------------------------------------------------------------------------
//
// Class
-// Name: PartialReadStream
+// Name: ProtocolUncertainStream
// Purpose: Read part of another stream
// Created: 2003/12/05
//