Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public interface VariableWidthVector extends ValueVector{
void allocateNew(int totalBytes, int valueCount);

/**
* Provide the maximum amount of variable width bytes that can be stored int his vector.
* Provide the maximum amount of variable width bytes that can be stored in this vector.
* @return
*/
int getByteCapacity();
Expand Down