Skip to content

Commit

Permalink
Refactor comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Jan 27, 2020
1 parent acdc970 commit 0937963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rcl/src/rcl/arguments.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,8 @@ rcl_parse_arguments(
args_impl->num_param_files_args);
continue;
} else if (RCL_RET_ERROR == ret) {
// If we return RCL_RET_ERROR then the argument contained the prefix '__params:=',
// but the parameter file may be malformed or does not exist.
// If _rcl_parse_param_file_rule() returned RCL_RET_ERROR then the argument contained the
// '__params:=' prefix, but parsing the parameter file failed.
goto fail;
}
RCUTILS_LOG_DEBUG_NAMED(ROS_PACKAGE_NAME,
Expand Down

0 comments on commit 0937963

Please sign in to comment.