Fix typo in comment

This commit is contained in:
Yegor Levankov 2021-05-04 10:54:13 +03:00 committed by GitHub
parent ea7ea99512
commit 3c02a998c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*