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 |