summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--memps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/memps.c b/memps.c
index a9199e7..fd821b0 100644
--- a/memps.c
+++ b/memps.c
@@ -1082,7 +1082,7 @@ static int show_map_all_new(int output_type, char *output_path)
" + P(CODE) + P(DATA)\n"
"* PSS: Proportional Set Size\n"
"* 3D: memory allocated by GPU driver\n"
- "* GEM(PSS): GEM memory devided by # of sharers\n"
+ "* GEM(PSS): GEM memory divided by # of sharers\n"
"* GEM(RSS): GEM memory including duplicated memory\n"
"* GEM(ALLOC): sum of unique gem memory in the system\n"
"* TOTAL: PSS + 3D + GEM(ALLOC)\n");
@@ -1093,7 +1093,7 @@ static int show_map_all_new(int output_type, char *output_path)
"* PEAK: peak memory usage of CODE + DATA\n"
"* PSS: Proportional Set Size\n"
"* 3D: memory allocated by GPU driver\n"
- "* GEM(PSS): GEM memory deviced by # of sharers\n"
+ "* GEM(PSS): GEM memory divided by # of sharers\n"
"* GEM(ALLOC): sum of unique GEM memory in the system\n"
"* TOTAL: PSS + 3D + GEM(ALLOC)\n");