Skip to content

Commit a2aeb83

Browse files
authored
Merge pull request #1951 from peternewman/0.10-clang-latest
Fix a comment typo
2 parents b3660f4 + 9fd0722 commit a2aeb83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/rdm/VariableFieldSizeCalculator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ VariableFieldSizeCalculator::calculator_state
6969
return data_size > m_fixed_size_sum ? TOO_LARGE : FIXED_SIZE;
7070

7171
// we know there is only one, now we need to work out the number of
72-
// repeatitions or length if it's a string
72+
// repetitions or length if it's a string
7373
unsigned int bytes_remaining = data_size - m_fixed_size_sum;
7474
if (variable_string_field_count) {
7575
// variable string

0 commit comments

Comments
 (0)