[llvm-commits] fix small typo

NAKAMURA Takumi geek4civic at gmail.com
Wed Sep 5 20:05:12 PDT 2012


Dani, Applied in r163288. Thanks for the report!

2012/9/6 Dani Berg <danibberg at gmail.com>:
> Index: lib/Support/Unix/Signals.inc
> ===================================================================
> --- lib/Support/Unix/Signals.inc        (revision 163283)
> +++ lib/Support/Unix/Signals.inc        (working copy)
> @@ -293,7 +293,7 @@
>  #endif
>  }
>
> -/// PrintStackTraceOnErrorSignal - When an error signal (such as SIBABRT or
> +/// PrintStackTraceOnErrorSignal - When an error signal (such as SIGABRT or
>  /// SIGSEGV) is delivered to the process, print a stack trace and then exit.
>  void llvm::sys::PrintStackTraceOnErrorSignal() {
>    AddSignalHandler(PrintStackTrace, 0);
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list