ucx/test.h

changeset 225
a1a068c2c4ef
parent 192
1e51558b9d09
child 250
b7d1317b138e
     1.1 --- a/ucx/test.h	Thu Sep 08 12:04:01 2016 +0200
     1.2 +++ b/ucx/test.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 @@ -160,7 +160,7 @@
    1.13  /**
    1.14   * Macro for a #UcxTest function header.
    1.15   * 
    1.16 - * Use this macro to declare and/or define an #UcxTest function.
    1.17 + * Use this macro to declare and/or define a #UcxTest function.
    1.18   * 
    1.19   * @param name the name of the test function
    1.20   */
    1.21 @@ -196,7 +196,7 @@
    1.22  /**
    1.23   * Macro for a test subroutine function header.
    1.24   * 
    1.25 - * Use this to declare and/or define an subroutine that can be called by using
    1.26 + * Use this to declare and/or define a subroutine that can be called by using
    1.27   * UCX_TEST_CALL_SUBROUTINE().
    1.28   * 
    1.29   * @param name the name of the subroutine

mercurial