Index: sync/engine/get_commit_ids_command.h |
diff --git a/sync/engine/get_commit_ids_command.h b/sync/engine/get_commit_ids_command.h |
index 0a277f90a723043483b93debeeb21a745935abb3..334fb6b9d406fd8f8d87c62c41e3c8299ec65e48 100644 |
--- a/sync/engine/get_commit_ids_command.h |
+++ b/sync/engine/get_commit_ids_command.h |
@@ -81,7 +81,7 @@ class GetCommitIdsCommand : public SyncerCommand { |
const syncable::Entry& item, |
sessions::OrderedCommitSet* result) const; |
- // Adds item and all it's unsynced predecessors to |result| as necessary, as |
+ // Adds item and all its unsynced predecessors to |result| as necessary, as |
// long as no item was in conflict. |
// Return values: |
// False: if there was an entry in conflict. |