diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-03-15 11:29:54 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-03-26 14:59:40 +0900 |
commit | 05bdd062f0678359981431360ad8a53c0192f0fd (patch) | |
tree | 5152895a288d50879ad964205036c50f7daf5a98 | |
parent | 80477f635345e8f13efc512d84b01b94cad92cd9 (diff) | |
download | xbyak-05bdd062f0678359981431360ad8a53c0192f0fd.tar.gz xbyak-05bdd062f0678359981431360ad8a53c0192f0fd.zip |
[doc] fix typo
-rw-r--r-- | sample/memfd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/memfd.cpp b/sample/memfd.cpp index 1066c55..2b6d08b 100644 --- a/sample/memfd.cpp +++ b/sample/memfd.cpp @@ -1,6 +1,6 @@ /* a sample to use MmapAllocator with an user-defined name - cat /proc/`psidof ./memfd`/maps + cat /proc/`pidof ./memfd`/maps 7fca70b44000-7fca70b4a000 rw-p 00000000 00:00 0 7fca70b67000-7fca70b68000 rwxs 00000000 00:05 19960170 /memfd:xyz (deleted) |