Skip to content

Commit 3a34781

Browse files
committed
Fix comment
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent 8f46e2a commit 3a34781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metrics/src/lgalloc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct FileStatsAccum {
5050
pub allocated_size: usize,
5151
}
5252

53-
/// An accumulator for [`FileStats`].
53+
/// An accumulator for [`MapStats`].
5454
#[derive(Default)]
5555
struct MapStatsAccum {
5656
/// Number of mapped bytes, if different from `dirty`. Consult `man 7 numa` for details.

0 commit comments

Comments
 (0)