summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-04-28 18:13:47 +0000
committerChris Wilson <chris+github@qwirx.com>2012-04-28 18:13:47 +0000
commit4138b4d20c6e6f4b3ba101cf8b6182011075a3db (patch)
tree9969d6137160c0fa587a5ba727add070e434cbc0
parent26c898448b0c88c9a9b1cd7609847d0df9ab52bf (diff)
Cosmetic improvements in comments.
-rw-r--r--lib/backupstore/BackupStoreDirectory.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/backupstore/BackupStoreDirectory.h b/lib/backupstore/BackupStoreDirectory.h
index 616addc9..1348f4e6 100644
--- a/lib/backupstore/BackupStoreDirectory.h
+++ b/lib/backupstore/BackupStoreDirectory.h
@@ -268,12 +268,11 @@ public:
box_time_t ModificationTime, int64_t ObjectID,
int64_t SizeInBlocks, int16_t Flags);
bool NameInUse(const BackupStoreFilename &rName);
- // Don't use these functions in normal code!
// For testing
+ // Don't use these functions in normal code!
void TESTONLY_SetObjectID(int64_t ObjectID) {mObjectID = ObjectID;}
-
- // Debug and diagonistics
+ // Debug and diagnostics
void Dump(void *clibFileHandle, bool ToTrace); // first arg is FILE *, but avoid including stdio.h everywhere
private: