summaryrefslogtreecommitdiffstats
path: root/src/map/mapper/mapper.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2005-10-12 08:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2005-10-12 08:01:00 -0700
commite2619aa120bf8166b70cec3df2740cd748b5b723 (patch)
treec4edceba1eed1c1c5a1b0afadfcf259035715973 /src/map/mapper/mapper.h
parent77536ad1fd75c6b36f268e3fbbc90860de1b229d (diff)
downloadabc-e2619aa120bf8166b70cec3df2740cd748b5b723.tar.gz
abc-e2619aa120bf8166b70cec3df2740cd748b5b723.tar.bz2
abc-e2619aa120bf8166b70cec3df2740cd748b5b723.zip
Version abc51012
Diffstat (limited to 'src/map/mapper/mapper.h')
-rw-r--r--src/map/mapper/mapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mapper/mapper.h b/src/map/mapper/mapper.h
index c3f1ce81..9b059fd0 100644
--- a/src/map/mapper/mapper.h
+++ b/src/map/mapper/mapper.h
@@ -56,7 +56,7 @@ struct Map_TimeStruct_t_
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
-/// MACRO DEFITIONS ///
+/// MACRO DEFINITIONS ///
////////////////////////////////////////////////////////////////////////
#define Map_IsComplement(p) (((int)((long) (p) & 01)))
@@ -65,7 +65,7 @@ struct Map_TimeStruct_t_
#define Map_NotCond(p,c) ((Map_Node_t *)((long)(p) ^ (c)))
////////////////////////////////////////////////////////////////////////
-/// FUNCTION DEFITIONS ///
+/// FUNCTION DEFINITIONS ///
////////////////////////////////////////////////////////////////////////
/*=== mapperCreate.c =============================================================*/