Index: impl/memory/datastore_query.go |
diff --git a/impl/memory/datastore_query.go b/impl/memory/datastore_query.go |
index 856f4c19bf0c110f29999217dfff28464245c12c..fe1fb06166d0cd59e1a45fd9d0866834dc02aca9 100644 |
--- a/impl/memory/datastore_query.go |
+++ b/impl/memory/datastore_query.go |
@@ -107,7 +107,7 @@ func numComponents(fq *ds.FinalizedQuery) int { |
// it is nil. |
// |
// NOTE: if fq specifies a descending sort order for the inequality, the bounds |
-// will be inverted, incremented, and fliped. |
+// will be inverted, incremented, and flipped. |
func GetBinaryBounds(fq *ds.FinalizedQuery) (lower, upper []byte) { |
// Pick up the start/end range from the inequalities, if any. |
// |