Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: sync/protocol/sync.proto

Issue 10920017: [Sync] Generalize StringOrdinal to handle ordinal_in_parent field (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Relax tests Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/internal_api/public/base/ordinal_unittest.cc ('k') | sync/sync.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync.proto
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
index 8f4482326ee489efa2bfbf6d10b2c55d10c34689..6d0622b211671d11765649b0e840793246fd31d1 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -308,7 +308,7 @@ message SyncEntity {
// Supplies an ordinal for this item, relative to other items with the
// same parent. Ordinals are ordered lexicographically bytewise.
- // Ordinals must be a least 8 bytes (for backwards compatibility), and
+ // Ordinals must be at least 8 bytes (for backwards compatibility), and
// must not be all zeroes.
//
// Clients should not make sure that each item they know of has a
« no previous file with comments | « sync/internal_api/public/base/ordinal_unittest.cc ('k') | sync/sync.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698