ucx/utils.h

changeset 225
a1a068c2c4ef
parent 224
f9ba63fc6a80
child 244
98dc2d3a9b1d
     1.1 --- a/ucx/utils.h	Thu Sep 08 12:04:01 2016 +0200
     1.2 +++ b/ucx/utils.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 @@ -262,7 +262,7 @@
    1.13      ucx_asprintf(ucx_default_allocator(), __VA_ARGS__)
    1.14  
    1.15  /**
    1.16 - * A <code>printf()</code> like function which writes the output to an
    1.17 + * A <code>printf()</code> like function which writes the output to a
    1.18   * UcxBuffer.
    1.19   * 
    1.20   * @param buffer the buffer the data is written to

mercurial