forked from BigfootDev/flatbuffers
Fix typos in comments (#5590)
Found by the https://github.com/OSGeo/gdal/blob/master/gdal/scripts/fix_typos.sh script on the internal copy of flatbuffers inside GDAL
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
480815447a
commit
1b85292fd3
@@ -1054,7 +1054,7 @@ class Builder FLATBUFFERS_FINAL_CLASS {
|
||||
for (auto key = start; key < stack_.size(); key += 2) {
|
||||
FLATBUFFERS_ASSERT(stack_[key].type_ == FBT_KEY);
|
||||
}
|
||||
// Now sort values, so later we can do a binary seach lookup.
|
||||
// Now sort values, so later we can do a binary search lookup.
|
||||
// We want to sort 2 array elements at a time.
|
||||
struct TwoValue {
|
||||
Value key;
|
||||
|
||||
Reference in New Issue
Block a user