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

eugene.loh at oracle.com eugene.loh at oracle.com
Fri Jan 27 02:23:27 UTC 2023


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




More information about the DTrace-devel mailing list