diff options
Diffstat (limited to 'mps/code/protxcpp.c')
| -rw-r--r-- | mps/code/protxcpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/protxcpp.c b/mps/code/protxcpp.c index 2ba239fa2a3..c035686b809 100644 --- a/mps/code/protxcpp.c +++ b/mps/code/protxcpp.c | |||
| @@ -124,7 +124,7 @@ static void sigHandle(int sig, siginfo_t *info, void *contextArg) | |||
| 124 | */ | 124 | */ |
| 125 | 125 | ||
| 126 | /* This function itself probably isn't architecture specific, but it | 126 | /* This function itself probably isn't architecture specific, but it |
| 127 | * references the sigHandle which is currently statis and which is | 127 | * references the sigHandle which is currently static and which is |
| 128 | * architecture specific. */ | 128 | * architecture specific. */ |
| 129 | void ProtSetup(void) | 129 | void ProtSetup(void) |
| 130 | { | 130 | { |