Merge pull request #23873 from elevankoff/patch-1

Fix typo in the comment
This commit is contained in:
Maksim Kita 2021-05-04 13:48:46 +03:00 committed by GitHub
commit 5fa3701540
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
*