typo fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 31 Jan 2007 15:41:46 +0000 (15:41 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 31 Jan 2007 15:41:46 +0000 (15:41 +0000)
ir/be/belive.c

index 07c2ef6..948bde7 100644 (file)
@@ -119,7 +119,7 @@ static INLINE unsigned _be_liveness_bsearch(struct _be_lv_info_t *arr, unsigned
 #else
 
 /**
- * This function searches linearily for the node in the array.
+ * This function searches linearly for the node in the array.
  */
 static INLINE unsigned _be_liveness_bsearch(struct _be_lv_info_t *arr, unsigned idx) {
        unsigned n  = arr[0].u.head.n_members;