diff --git a/src/storage/table/tuple.cpp b/src/storage/table/tuple.cpp index a5b525053..f53e1c960 100644 --- a/src/storage/table/tuple.cpp +++ b/src/storage/table/tuple.cpp @@ -65,7 +65,7 @@ Tuple::Tuple(std::vector values, const Schema *schema) { } /** - * constructor for creating a new tuple by copying fron existing bytes + * constructor for creating a new tuple by copying from existing bytes */ Tuple::Tuple(RID rid, const char *data, uint32_t size) { rid_ = rid;