Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 20, 2023
1 parent 80dea1f commit 21ae114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/posix/system_resource_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ int aws_memory_usage_for_current_process(struct aws_memory_usage *mu) {
#else
mu->maxrss = usage.ru_maxrss;
#endif
ru->page_faults = usage.ru_majflt;
mu->page_faults = usage.ru_majflt;
return AWS_OP_SUCCESS;
}

0 comments on commit 21ae114

Please sign in to comment.