Typo fixes in comments of flatbuffers.h and flexbuffers.h (#6901)

This commit is contained in:
Even Rouault
2021-10-28 22:03:03 +02:00
committed by GitHub
parent f2f9380c86
commit 8433eb108c
2 changed files with 4 additions and 4 deletions

View File

@@ -1096,7 +1096,7 @@ class Builder FLATBUFFERS_FINAL_CLASS {
return stack_.size();
}
// TODO(wvo): allow this to specify an aligment greater than the natural
// TODO(wvo): allow this to specify an alignment greater than the natural
// alignment.
size_t EndVector(size_t start, bool typed, bool fixed) {
auto vec = CreateVector(start, stack_.size() - start, 1, typed, fixed);