From 3c02a998c2ac8319ec23fb0c44e4c0a693806bff Mon Sep 17 00:00:00 2001 From: Yegor Levankov <69852386+elevankoff@users.noreply.github.com> Date: Tue, 4 May 2021 10:54:13 +0300 Subject: [PATCH] Fix typo in comment --- src/Common/MemoryStatisticsOS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/MemoryStatisticsOS.h b/src/Common/MemoryStatisticsOS.h index 1661b62711f..0893e333007 100644 --- a/src/Common/MemoryStatisticsOS.h +++ b/src/Common/MemoryStatisticsOS.h @@ -6,7 +6,7 @@ namespace DB { -/** Opens a file /proc/self/mstat. Keeps it open and reads memory statistics via 'pread'. +/** Opens a file /proc/self/statm. Keeps it open and reads memory statistics via 'pread'. * This is Linux specific. * See: man procfs *