From 1810399c9eea1d1d32c815cc950bd723cd322945 Mon Sep 17 00:00:00 2001 From: Sanjeev Gupta Date: Thu, 8 Nov 2018 23:19:28 +0800 Subject: Typo: progression -> regression Signed-off-by: Sanjeev Gupta Signed-off-by: Gary E. Miller --- www/hacking.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/hacking.html.in b/www/hacking.html.in index 75856bcb..df9ddcb8 100644 --- a/www/hacking.html.in +++ b/www/hacking.html.in @@ -1620,7 +1620,7 @@ include any other devices that aren't static-testable. When the correctness of drivers and core code in handling is suspect, they have to be live-tested by someone with access to the actual device.

-

The goal of our release procedure is simple: prevent functional progressions. +

The goal of our release procedure is simple: prevent functional regressions. No device that worked in release N should break in release N+1. Of course we also want to prevent shipping broken core code.

-- cgit v1.2.1