From 1dd87de76ce830896b78677bbc4e1685132fa30a Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 24 Jul 2018 07:44:26 +0100 Subject: [PATCH] Fix typo. Copied from Perforce Change: 194726 --- mps/code/spw3i6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mps/code/spw3i6.c b/mps/code/spw3i6.c index 80a6a68fc06..c00dda8e044 100644 --- a/mps/code/spw3i6.c +++ b/mps/code/spw3i6.c @@ -13,7 +13,7 @@ #include "mpm.h" #if !defined(MPS_OS_W3) -#error "spw3i3.c is specific to MPS_OS_W3" +#error "spw3i6.c is specific to MPS_OS_W3" #endif #include /* _alloca */ @@ -21,7 +21,7 @@ void StackProbe(Size depth) { - (void)_alloca(depth*sizeof(Word)); + (void)_alloca(depth * sizeof(Word)); }