summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-10-08 23:27:40 +0000
committerChris Wilson <chris+github@qwirx.com>2007-10-08 23:27:40 +0000
commita932318b71f0fc2826fe14e677eaed51303bb0a3 (patch)
treed34c42a64506f233b90844fdb3fee4e16c34f927 /lib
parentd9594a66427c2f906b7a8ea58fceaac41d137ca6 (diff)
Fix wrong comments, thanks to Nestor Arocha Rodriguez.
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
//