Signed-off-by: Eric Engestrom <[email protected]> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README index 535a26e..d738cb1 100644 --- a/README +++ b/README @@ -407,7 +407,7 @@ Every test is run as a separate process. This minimizes the impact that severe bugs like memory corruption have on the testing process. Therefore, tests can be implemented in an arbitrary standalone language. -C is the prefered language for compiled tests, piglit also supports its own +C is the preferred language for compiled tests, piglit also supports its own simple formats for test shaders and glsl parser input. All new tests must be added to the appropriate profile, all.py profile for -- 2.8.0 _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
