Skip to content

Commit

Permalink
Fixed comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanfredi committed Feb 21, 2016
1 parent dbb7f91 commit 94dd3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/progname.c
Expand Up @@ -104,7 +104,7 @@ progstart(int argc, char * const *argv)
* mem_is_valid_ptr(), we need to ensure this table is already allocated.
*
* If is also useful on UNIX systems because the first time we're going
* to attempt to caputre a backtrace, we'll call valid_ptr() through
* to attempt to capture a backtrace, we'll call valid_ptr() through
* stacktrace_unwind() and we do not want memory allocation then either.
*
* Hence call mem_is_valid_ptr() now, which, as a side effect, will
Expand Down

0 comments on commit 94dd3c5

Please sign in to comment.