[DTrace-devel] [PATCH 09/13] Fix minor typo in test

eugene.loh at oracle.com eugene.loh at oracle.com
Wed Dec 2 10:54:54 PST 2020


From: Eugene Loh <eugene.loh at oracle.com>

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>
---
 test/unittest/aggs/err.D_PROTO_LEN.llquantizetoofew.d | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/unittest/aggs/err.D_PROTO_LEN.llquantizetoofew.d b/test/unittest/aggs/err.D_PROTO_LEN.llquantizetoofew.d
index d2e3d903..67fe4cb3 100644
--- a/test/unittest/aggs/err.D_PROTO_LEN.llquantizetoofew.d
+++ b/test/unittest/aggs/err.D_PROTO_LEN.llquantizetoofew.d
@@ -1,13 +1,13 @@
 /*
  * Oracle Linux DTrace.
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2020, 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.
  */
 
 /*
  * ASSERTION:
- *   llquantize() should not accept two few arguments
+ *   llquantize() should not accept too few arguments
  *
  * SECTION: Aggregations/Aggregations
  *
-- 
2.18.4




More information about the DTrace-devel mailing list