ucx/buffer.h

changeset 225
a1a068c2c4ef
parent 215
e0853e077770
child 250
b7d1317b138e
     1.1 --- a/ucx/buffer.h	Thu Sep 08 12:04:01 2016 +0200
     1.2 +++ b/ucx/buffer.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 @@ -197,7 +197,7 @@
    1.13  int ucx_buffer_extend(UcxBuffer *buffer, size_t additional_bytes);
    1.14  
    1.15  /**
    1.16 - * Writes data to an UcxBuffer.
    1.17 + * Writes data to a UcxBuffer.
    1.18   * 
    1.19   * The position of the buffer is increased by the number of bytes written.
    1.20   * 
    1.21 @@ -211,7 +211,7 @@
    1.22          UcxBuffer *buffer);
    1.23  
    1.24  /**
    1.25 - * Reads data from an UcxBuffer.
    1.26 + * Reads data from a UcxBuffer.
    1.27   * 
    1.28   * The position of the buffer is increased by the number of bytes read.
    1.29   * 

mercurial