Skip to content

Commit

Permalink
Added missing '.' to brief option description.
Browse files Browse the repository at this point in the history
  • Loading branch information
edeiana committed Oct 9, 2024
1 parent acdec3d commit 4aac7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/drcachesim/common/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ droption_t<std::string>

droption_t<bool> op_invalidate_cpu(
DROPTION_SCOPE_FRONTEND, "filter_invalidate_cpu", false,
"Invalidate TRACE_MARKER_TYPE_CPU_ID",
"Invalidate TRACE_MARKER_TYPE_CPU_ID.",
"Invalidate TRACE_MARKER_TYPE_CPU_ID by setting its value to (uintptr_t)-1.");

droption_t<uint64_t> op_trim_before_timestamp(
Expand Down
2 changes: 1 addition & 1 deletion clients/drcachesim/tools/record_filter_launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ droption_t<std::string>

droption_t<bool> op_invalidate_cpu(
DROPTION_SCOPE_FRONTEND, "filter_invalidate_cpu", false,
"Invalidate TRACE_MARKER_TYPE_CPU_ID",
"Invalidate TRACE_MARKER_TYPE_CPU_ID.",
"Invalidate TRACE_MARKER_TYPE_CPU_ID by setting its value to (uintptr_t)-1.");

} // namespace
Expand Down

0 comments on commit 4aac7ec

Please sign in to comment.