From 2d19eadefbba343141085b2a87bac1c8ba72b7e3 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 15 Apr 2013 14:09:23 +0100 Subject: [PATCH] Integrate typo fix (change 181392) from scheme.c to scheme-advanced.c. Copied from Perforce Change: 181393 ServerID: perforce.ravenbrook.com --- mps/example/scheme/scheme-advanced.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/example/scheme/scheme-advanced.c b/mps/example/scheme/scheme-advanced.c index 7277e3164f9..f960f8fc60a 100644 --- a/mps/example/scheme/scheme-advanced.c +++ b/mps/example/scheme/scheme-advanced.c @@ -423,7 +423,7 @@ static void error(char *format, ...) * Protocol with `reserve` and `commmit`. This protocol allows very fast * in-line allocation without locking, but there is a very tiny chance that * the object must be re-initialized. In nearly all cases, however, it's - * it'just a pointer bump. See topic/allocation. + * just a pointer bump. See topic/allocation. * * NOTE: We could reduce duplicated code here using macros, but we want to * write these out because this is code to illustrate how to use the