Ignore:
Timestamp:
Aug 26, 2007, 12:52:19 PM (18 years ago)
Author:
bird
Message:

kAVL -> kAvl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kAvloU32.h

    r3555 r3561  
    11/* $Id$ */
    22/** @file
    3  * kAVL - AVL Tree Implementation, KU32 keys, Offset Based.
     3 * kAvl - AVL Tree Implementation, KU32 keys, Offset Based.
    44 */
    55
     
    6363
    6464#include <k/kAvlTmpl/kAvlBase.h>
    65 #include <k/kAvlTmpl/kAVLDoWithAll.h>
    66 #include <k/kAvlTmpl/kAVLEnum.h>
     65#include <k/kAvlTmpl/kAvlDoWithAll.h>
     66#include <k/kAvlTmpl/kAvlEnum.h>
    6767#include <k/kAvlTmpl/kAvlGet.h>
    6868#include <k/kAvlTmpl/kAvlGetBestFit.h>
Note: See TracChangeset for help on using the changeset viewer.