From 4138b4d20c6e6f4b3ba101cf8b6182011075a3db Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 28 Apr 2012 18:13:47 +0000 Subject: Cosmetic improvements in comments. --- lib/backupstore/BackupStoreDirectory.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/backupstore') 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: -- cgit v1.2.3