X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FSignals.cpp;h=a11789372d935d38ac26af1df38f4a11f48f6ada;hb=0f29cefbc253b85272e78595053607ff9206202b;hp=a3af37d5fe6a305cef7c8e2aafc0c79d09f78ea0;hpb=1f6efa3996dd1929fbc129203ce5009b620e6969;p=oota-llvm.git diff --git a/lib/Support/Signals.cpp b/lib/Support/Signals.cpp index a3af37d5fe6..a11789372d9 100644 --- a/lib/Support/Signals.cpp +++ b/lib/Support/Signals.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // This file defines some helpful functions for dealing with the possibility of -// Unix signals occuring while your program is running. +// Unix signals occurring while your program is running. // //===----------------------------------------------------------------------===//