Skip to content

Commit ca1d5d4

Browse files
committed
spelling
1 parent 9e453bf commit ca1d5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/java/org/apache/spark/sql/vectorized/ColumnVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public abstract class ColumnVector implements AutoCloseable {
6969
public abstract void close();
7070

7171
/**
72-
* Cleans up memory for this column vector if it's resources are freeable bewteen batches.
72+
* Cleans up memory for this column vector if it's resources are freeable between batches.
7373
* The column vector is not usable after this.
7474
*
7575
* If this is a writable column vector or constant column vector, it is a no-op.

0 commit comments

Comments
 (0)