From 306a8379ca0e1dd6fdfd0d90b248b8b09588e77f Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 7 Nov 2022 21:03:01 +0100 Subject: [PATCH] docs: lifecycle -> life cycle Reviewed-by: David Heidelberg Part-of: --- docs/gallium/screen.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst index f09efe0edf5..a14ec52a2e3 100644 --- a/docs/gallium/screen.rst +++ b/docs/gallium/screen.rst @@ -808,7 +808,7 @@ PIPE_BIND_* These flags indicate how a resource will be used and are specified at resource creation time. Resources may be used in different roles -during their lifecycle. Bind flags are cumulative and may be combined to create +during their life cycle. Bind flags are cumulative and may be combined to create a resource which can be used for multiple things. Depending on the pipe driver's memory management and these bind flags, resources might be created and handled quite differently.