Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Feb 14, 2025
1 parent 94fea86 commit 7344de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/drcachesim/scheduler/scheduler_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ scheduler_impl_tmpl_t<RecordType, ReaderType>::read_kernel_sequences(
if (in_sequence) {
// We avoid uninitialized-use warnings by placing sequence_key uses
// inside this if-block (otherwise we'd need to add separate template
// specialized functions to get the default uninitialized value based
// specialized functions to get the default-initialized value based
// on SequenceKey). Seems that the Windows compiler is able to
// determine this as okay.
sequence[sequence_key].push_back(record);
Expand Down

0 comments on commit 7344de4

Please sign in to comment.