ucx/avl.h

changeset 225
a1a068c2c4ef
parent 218
b20d6088795c
child 243
2e74828c5e94
     1.1 --- a/ucx/avl.h	Thu Sep 08 12:04:01 2016 +0200
     1.2 +++ b/ucx/avl.h	Thu Sep 08 15:12:56 2016 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6   *
     1.7 - * Copyright 2015 Olaf Wintermann. All rights reserved.
     1.8 + * Copyright 2016 Olaf Wintermann. All rights reserved.
     1.9   *
    1.10   * Redistribution and use in source and binary forms, with or without
    1.11   * modification, are permitted provided that the following conditions are met:
    1.12 @@ -134,7 +134,7 @@
    1.13  UcxAVLTree *ucx_avl_new_a(cmp_func cmpfunc, UcxAllocator *allocator);
    1.14  
    1.15  /**
    1.16 - * Destroys an UcxAVLTree.
    1.17 + * Destroys a UcxAVLTree.
    1.18   * @param tree the tree to destroy
    1.19   */
    1.20  void ucx_avl_free(UcxAVLTree *tree);

mercurial