diff options
author | Robert Foss <robert.foss@collabora.com> | 2016-08-12 17:44:17 -0400 |
---|---|---|
committer | Robert Foss <robert.foss@collabora.com> | 2016-09-05 15:52:35 -0400 |
commit | 0207be8d9298b78629c58a423980c8986a66f7f5 (patch) | |
tree | c05aefcbc8362b1e6aada5da1eb7139b9f29f513 | |
parent | 6d82ecd7a7f15808103a37f4d3789b03349d0a00 (diff) | |
download | linux-0207be8d9298b78629c58a423980c8986a66f7f5.tar.gz linux-0207be8d9298b78629c58a423980c8986a66f7f5.tar.xz |
Documentation/filesystems: Fixed typo
Fixed a -> an typo.
Signed-off-by: Robert Foss <robert.foss@collabora.com>
-rw-r--r-- | Documentation/filesystems/proc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index 68080ad..fcc1ac0 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt @@ -145,7 +145,7 @@ Table 1-1: Process specific entries in /proc symbol the task is blocked in - or "0" if not blocked. pagemap Page table stack Report full stack trace, enable via CONFIG_STACKTRACE - smaps a extension based on maps, showing the memory consumption of + smaps an extension based on maps, showing the memory consumption of each mapping and flags associated with it numa_maps an extension based on maps, showing the memory locality and binding policy as well as mem usage (in pages) of each mapping. |