Skip to content
Snippets Groups Projects
Commit 83fb9a88 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix typo in comment.

git-svn-id: http://root.cern.ch/svn/root/trunk@21373 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3442ee1c
Branches
Tags
No related merge requests found
...@@ -3208,7 +3208,7 @@ static struct Signalmap_t { ...@@ -3208,7 +3208,7 @@ static struct Signalmap_t {
struct sigaction *fOldHandler; struct sigaction *fOldHandler;
const char *fSigName; const char *fSigName;
} gSignalMap[kMAXSIGNALS] = { // the order of the signals should be identical } gSignalMap[kMAXSIGNALS] = { // the order of the signals should be identical
{ SIGBUS, 0, 0, "bus error" }, // to the one in SysEvtHandler.h { SIGBUS, 0, 0, "bus error" }, // to the one in TSysEvtHandler.h
{ SIGSEGV, 0, 0, "segmentation violation" }, { SIGSEGV, 0, 0, "segmentation violation" },
{ SIGSYS, 0, 0, "bad argument to system call" }, { SIGSYS, 0, 0, "bad argument to system call" },
{ SIGPIPE, 0, 0, "write on a pipe with no one to read it" }, { SIGPIPE, 0, 0, "write on a pipe with no one to read it" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment