]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Type and grammar fix.
authorKris Van Hees <kris.van.hees@oracle.com>
Wed, 19 Sep 2012 06:40:37 +0000 (02:40 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Wed, 19 Sep 2012 06:52:34 +0000 (02:52 -0400)
Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/NEWS

index 507ffb8d6dd796d4262246e1a94f5a3588afdd6f..3603621cc88d8e7e863c1e324b51bf813eaf4dcc 100644 (file)
@@ -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.