aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpstd.h
diff options
context:
space:
mode:
authorRichard Brooksby2013-02-18 15:46:39 +0000
committerRichard Brooksby2013-02-18 15:46:39 +0000
commitc4d6a2de1fe68470485c523b54f1c0d59ff87f2d (patch)
tree5ae114ac8651dac869663f2a23a05b062dfcfc5b /mps/code/mpstd.h
parent2706097eab7b3d1aa9429ef0e4ea1ac9f3c6edbe (diff)
downloademacs-c4d6a2de1fe68470485c523b54f1c0d59ff87f2d.tar.gz
emacs-c4d6a2de1fe68470485c523b54f1c0d59ff87f2d.zip
Merging spelling corrections contributed by bruce mitchener.
See <https://github.com/datafueled/memory-pool-system/commit/1c80ccb634669283a4c1244cac42e59e1b5adee2>. Copied from Perforce Change: 180956 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/mpstd.h')
-rw-r--r--mps/code/mpstd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/mpstd.h b/mps/code/mpstd.h
index ad695bc23a9..61a20d3cbf2 100644
--- a/mps/code/mpstd.h
+++ b/mps/code/mpstd.h
@@ -40,7 +40,7 @@
40 * we want it to just work out of the box with whatever compiler is 40 * we want it to just work out of the box with whatever compiler is
41 * being used. In other words we do not require the client to define 41 * being used. In other words we do not require the client to define
42 * CONFIG_PF_*. 42 * CONFIG_PF_*.
43 * (This is the case that justifes mpstd.h doing platform detection 43 * (This is the case that justifies mpstd.h doing platform detection
44 * by looking at preprocessor symbols; otherwise we'd simply use 44 * by looking at preprocessor symbols; otherwise we'd simply use
45 * CONFIG_PF_*). 45 * CONFIG_PF_*).
46 * 46 *