jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3398db2dcd975e056fe5543c7ba7403d689086ae

commit 3398db2dcd975e056fe5543c7ba7403d689086ae
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Fri Mar 4 13:49:38 2016 +0900

    Eo: Fix typo of SUPER_TAG_SHIFT.
    
    This commit fixes commit fc88037977dcc39dfd6d817c522cce01f5bfa024
---
 src/lib/eo/eo_ptr_indirection.x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/eo_ptr_indirection.x b/src/lib/eo/eo_ptr_indirection.x
index 0e6ef34..d89b1ec 100644
--- a/src/lib/eo/eo_ptr_indirection.x
+++ b/src/lib/eo/eo_ptr_indirection.x
@@ -64,7 +64,7 @@
 # define BITS_ENTRY_ID           12
 # define BITS_GENERATION_COUNTER  8
 # define REF_TAG_SHIFT           30
-# define SUPER_TAG_SHIF          31
+# define SUPER_TAG_SHIFT         31
 # define DROPPED_TABLES           0
 # define DROPPED_ENTRIES          4
 typedef int16_t Table_Index;

-- 


Reply via email to