ucx/mempool.h

changeset 225
a1a068c2c4ef
parent 215
e0853e077770
child 241
661f33ef20d8
     1.1 --- a/ucx/mempool.h	Thu Sep 08 12:04:01 2016 +0200
     1.2 +++ b/ucx/mempool.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 @@ -176,7 +176,7 @@
    1.13   * pool is destroyed.
    1.14   * 
    1.15   * The only requirement for the specified memory is, that it <b>MUST</b> be
    1.16 - * pooled memory by an UcxMempool or an element-compatible mempool. The pointer
    1.17 + * pooled memory by a UcxMempool or an element-compatible mempool. The pointer
    1.18   * to the destructor function is saved in a reserved area before the actual
    1.19   * memory.
    1.20   * 

mercurial