[DTrace-devel] [PATCH 14/16] test: Fix a tiny typo (expressoions")

Kris Van Hees kris.van.hees at oracle.com
Fri Feb 24 00:53:53 UTC 2023


Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>

On Thu, Jan 26, 2023 at 09:23:27PM -0500, eugene.loh--- via DTrace-devel wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
> ---
>  test/unittest/codegen/tst.tstring_asgn_expr.d | 4 ++--
>  test/unittest/codegen/tst.tstring_ternary.d   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/test/unittest/codegen/tst.tstring_asgn_expr.d b/test/unittest/codegen/tst.tstring_asgn_expr.d
> index 01b37a6f..360371ab 100644
> --- a/test/unittest/codegen/tst.tstring_asgn_expr.d
> +++ b/test/unittest/codegen/tst.tstring_asgn_expr.d
> @@ -1,12 +1,12 @@
>  /*
>   * Oracle Linux DTrace.
> - * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
>   * Licensed under the Universal Permissive License v 1.0 as shown at
>   * http://oss.oracle.com/licenses/upl.
>   */
>  
>  /*
> - * Ensure tstrings are handled correctly for non-void assignment expressoions.
> + * Ensure tstrings are handled correctly for non-void assignment expressions.
>   */
>  
>  #pragma D option quiet
> diff --git a/test/unittest/codegen/tst.tstring_ternary.d b/test/unittest/codegen/tst.tstring_ternary.d
> index fba6b640..4db6d72c 100644
> --- a/test/unittest/codegen/tst.tstring_ternary.d
> +++ b/test/unittest/codegen/tst.tstring_ternary.d
> @@ -1,12 +1,12 @@
>  /*
>   * Oracle Linux DTrace.
> - * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
>   * Licensed under the Universal Permissive License v 1.0 as shown at
>   * http://oss.oracle.com/licenses/upl.
>   */
>  
>  /*
> - * Ensure tstrings are handled correctly for ternary (?:) expressoions.
> + * Ensure tstrings are handled correctly for ternary (?:) expressions.
>   */
>  
>  #pragma D option quiet
> -- 
> 2.18.4
> 
> 
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel



More information about the DTrace-devel mailing list