diff --git a/NEWS.md b/NEWS.md index 3248109210..dd8751e6a0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -660,7 +660,7 @@ Excluding feature bug fixes. * Always generate appropriate code for `==`, `nil?`, and `!` calls depending on a receiver class. - * Reduce the number of VM register accesses on branches and method returns. + * Reduce the number of PC accesses on branches and method returns. * Optimize C method calls a little.