Skip to content

Commit

Permalink
Refs #19236: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez committed Jul 26, 2023
1 parent c4fb77d commit 6035bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $endif$
$if(ctx.cdr)$
void serialize(
eprosima::fastcdr::Cdr& scdr,
cons $bitmask.scopedname$& data);
const $bitmask.scopedname$& data);

void deserialize(
eprosima::fastcdr::Cdr& dcdr,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ enum_type(ctx, parent, enum) ::= <<>>
bitmask_type(ctx, parent, bitmask) ::= <<
$if(ctx.anyCdr)$
size_t calculate_serialized_size(
eprosima::fastcdr::CdrSizeCalulator& calculator,
eprosima::fastcdr::CdrSizeCalculator& calculator,
const $bitmask.scopedname$& data,
size_t current_alignment)
{
Expand Down

0 comments on commit 6035bc9

Please sign in to comment.