Skip to content

Commit a85b38b

Browse files
1a1a11aCopilot
andauthored
Update libCacheSim/traceReader/sampling/SHARD.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ff2d10d commit a85b38b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libCacheSim/traceReader/sampling

libCacheSim/traceReader/sampling/SHARD.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sampler_t *clone_SHARDS_sampler(const sampler_t *sampler) {
2929
sampler_t *cloned_sampler = my_malloc(sampler_t);
3030
memcpy(cloned_sampler, sampler, sizeof(sampler_t));
3131

32-
VERBOSE("clone spatial sampler\n");
32+
VERBOSE("clone SHARDS sampler\n");
3333
return cloned_sampler;
3434
}
3535

0 commit comments

Comments
 (0)