From: Kris Van Hees Date: Wed, 19 Sep 2012 06:40:37 +0000 (-0400) Subject: Type and grammar fix. X-Git-Tag: v4.1.12-111.0.20170907_2225~3^2~3^2~178 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e6de6416a8f7d5ffb4bc5724bdfc8cc78e52eed2;p=users%2Fjedix%2Flinux-maple.git Type and grammar fix. Signed-off-by: Kris Van Hees --- diff --git a/dtrace/NEWS b/dtrace/NEWS index 507ffb8d6dd79..3603621cc88d8 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.