1
1

Fix a bunch of minor typos submitted by Bernhard Fischer.

This commit was SVN r13505.
Этот коммит содержится в:
Jeff Squyres
2007-02-06 12:00:30 +00:00
родитель eaa164d52f
Коммит c91fcd7fbd
13 изменённых файлов: 14 добавлений и 14 удалений

Просмотреть файл

@ -51,7 +51,7 @@ static char stacktrace_hostname[64];
* For Linux/Glibc, it then uses backtrace and backtrace_symbols
* to figure the current stack and then prints that out to stdout.
* Where available, the BSD libexecinfo is used to provide Linux/Glibc
* compatable backtrace and backtrace_symbols functions.
* compatible backtrace and backtrace_symbols functions.
* Yes, printf and malloc are not signal-safe per se, but should be
* on Linux?
*