aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/ibmrs6000.h
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2006-11-24 10:31:26 +0000
committerJuanma Barranquero <[email protected]>2006-11-24 10:31:26 +0000
commitdb9cd97ad4957831331b4ef2ad79dd20545f67a8 (patch)
tree29dce6da514b72f4b07c088ef228f1cfa148cbb3 /src/m/ibmrs6000.h
parentac39a725f3f4a7d735c56129fc9d7e51521d1dd0 (diff)
Space/tab mixup.
Diffstat (limited to 'src/m/ibmrs6000.h')
-rw-r--r--src/m/ibmrs6000.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index 3d3e45eda8..10b43bf824 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -44,7 +44,7 @@ Boston, MA 02110-1301, USA. */
#define IBMR2AIX
/* Use type int rather than a union, to represent Lisp_Object */
-/* This is desirable for most machines. */
+/* This is desirable for most machines. */
#define NO_UNION_TYPE
@@ -72,7 +72,7 @@ Boston, MA 02110-1301, USA. */
/* The data segment in this machine always starts at address 0x20000000.
An address of data cannot be stored correctly in a Lisp object;
- we always lose the high bits. We must tell XPNTR to add them back. */
+ we always lose the high bits. We must tell XPNTR to add them back. */
#ifndef USG5_4
#define DATA_SEG_BITS 0x20000000
@@ -86,7 +86,7 @@ Boston, MA 02110-1301, USA. */
#define PURE_SEG_BITS 0x30000000
/* Use shared memory. */
-/* This is turned off because it does not always work. See etc/AIX.DUMP. */
+/* This is turned off because it does not always work. See etc/AIX.DUMP. */
/* #define HAVE_SHM */
#define SHMKEY 5305035 /* used for shared memory code segments */
#endif /* CANNOT_DUMP */