The terminology of Transitional device and driver is missing the helping verb 'is' similar to other terminologies.
Hence, add them to complete the sentence. Signed-off-by: Parav Pandit <[email protected]> --- introduction.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/introduction.tex b/introduction.tex index 287c5fc..e8b34e3 100644 --- a/introduction.tex +++ b/introduction.tex @@ -145,14 +145,14 @@ \subsection{Legacy Interface: Terminology}\label{intro:Legacy \begin{description} \item[Transitional Device] - a device supporting both drivers conforming to this + is a device supporting both drivers conforming to this specification, and allowing legacy drivers. \end{description} Similarly, a driver MAY implement: \begin{description} \item[Transitional Driver] - a driver supporting both devices conforming to this + is a driver supporting both devices conforming to this specification, and legacy devices. \end{description} -- 2.26.2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
