diff options
| author | David Jones | 2007-02-20 10:01:27 +0000 |
|---|---|---|
| committer | David Jones | 2007-02-20 10:01:27 +0000 |
| commit | 73fce693cc6f1b306d1cdd8b38b4f67f231b27a7 (patch) | |
| tree | d2a850b55f37a20e18d2ce1f3778bfff8d975d98 /mps/code/protxcpp.c | |
| parent | dac3c7c6389dd78c80fa9d8479d1b0540e1e775d (diff) | |
| download | emacs-73fce693cc6f1b306d1cdd8b38b4f67f231b27a7.tar.gz emacs-73fce693cc6f1b306d1cdd8b38b4f67f231b27a7.zip | |
Mps: typo in comment.
Copied from Perforce
Change: 161781
ServerID: perforce.ravenbrook.com
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 | { |