Fix comment in MigrationSortContext

This cleans up a mistake from I2a6d21752b385ebd1e95ec9fe3d18b78a4017bb3.

Change-Id: I72e7e22e1bbed12fc90f3adbc6c49dca78c97cf1
This commit is contained in:
Matt Riedemann 2018-01-09 19:59:39 -05:00
parent c012c86fee
commit 1f92f2f910
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class MigrationSortContext(multi_cell_list.RecordSortContext):
sort_dirs = ['desc', 'desc']
if 'uuid' not in sort_keys:
# Add uuid into the list of sort_keys which Since we're striping
# Add uuid into the list of sort_keys. Since we're striping
# across cell databases here, many sort_keys arrangements will
# yield nothing unique across all the databases to give us a stable
# ordering, which can mess up expected client pagination behavior.