From e6de6416a8f7d5ffb4bc5724bdfc8cc78e52eed2 Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Wed, 19 Sep 2012 02:40:37 -0400 Subject: [PATCH] Type and grammar fix. Signed-off-by: Kris Van Hees --- dtrace/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtrace/NEWS b/dtrace/NEWS index 507ffb8d6dd7..3603621cc88d 100644 --- a/dtrace/NEWS +++ b/dtrace/NEWS @@ -112,7 +112,7 @@ the previous release based on 2.6.32. New features: - - The DTrace core and provider API now support a meta-provider, a framework + - The DTrace core and provider API now support meta-providers, a framework that provides multiple providers using a common implementation. - The Statically Defined Tracing (SDT) meta-provider has been implemented. @@ -152,7 +152,7 @@ Bugfixes: - Dynamic memory allocations from DIF code can now fail. Such failures are handled appropriately by the callers. - - The implementation of the division an modulo operations for signed 64-bit + - The implementation of the division and modulo operations for signed 64-bit values have been corrected. This fixes various problems observed with aggregations. -- 2.50.1