summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupd/BackupClientInodeToIDMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbackupd/BackupClientInodeToIDMap.cpp b/bin/bbackupd/BackupClientInodeToIDMap.cpp
index 8240d62c..f525d21e 100644
--- a/bin/bbackupd/BackupClientInodeToIDMap.cpp
+++ b/bin/bbackupd/BackupClientInodeToIDMap.cpp
@@ -207,7 +207,7 @@ void BackupClientInodeToIDMap::AddToMap(InodeRefType InodeRef, int64_t ObjectID,
// int64_t &, int64_t &) const
// Purpose: Looks up an inode in the map, returning true if it
// exists, and the object ids of it and the directory
-// it's in the reference arguments.
+// it's in the reference arguments.
// Created: 11/11/03
//
// --------------------------------------------------------------------------