aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/SplitVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SplitVector.h b/src/SplitVector.h
index 2e17ba3dc..44d5ddc0e 100644
--- a/src/SplitVector.h
+++ b/src/SplitVector.h
@@ -238,7 +238,7 @@ public:
DeleteRange(0, lengthBody);
}
- // Retrieve a range of elemetns into an array
+ // Retrieve a range of elements into an array
void GetRange(T *buffer, int position, int retrieveLength) const {
// Split into up to 2 ranges, before and after the split then use memcpy on each.
int range1Length = 0;