Skip to content

Commit

Permalink
Fix a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Mar 28, 2024
1 parent 2e0a388 commit 8d94b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rdm/VariableFieldSizeCalculator.cpp
Expand Up @@ -69,7 +69,7 @@ VariableFieldSizeCalculator::calculator_state
return data_size > m_fixed_size_sum ? TOO_LARGE : FIXED_SIZE;

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

0 comments on commit 8d94b7c

Please sign in to comment.