Skip to content

Commit

Permalink
Merge branch 'master' of github.com:WuBingzheng/memleax
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBingzheng committed Feb 24, 2017
2 parents 84b872f + 773bc26 commit 0d12f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion memleax.1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ to get report in time.

.TP
.BI -d " debug-info-file"
Specifies separate debug infomation file.
Specifies separate debug information file.

.TP
.BI -l " backtrace-limit"
Expand Down
2 changes: 1 addition & 1 deletion memleax.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main(int argc, char * const *argv)
" Default is 10. An allocated memory block is reported as\n"
" memory leak if it lives longer than this.\n"
" -d <debug-info-file>\n"
" Specifies separate debug infomation file.\n"
" Specifies separate debug information file.\n"
" -l <backtrace-limit>\n"
" Specifies the limit of backtrace levels. Less level,\n"
" better performance. Default is 50, which is also the max.\n"
Expand Down

0 comments on commit 0d12f75

Please sign in to comment.