From 5b5680c40f20edd6ef03e0b6f9b080aef44873cf Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Fri, 30 May 2025 23:29:03 +0200 Subject: [PATCH] add missing word --- src/Nova-GPU-Driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nova-GPU-Driver.md b/src/Nova-GPU-Driver.md index d3aa338..d54c197 100644 --- a/src/Nova-GPU-Driver.md +++ b/src/Nova-GPU-Driver.md @@ -4,7 +4,7 @@ Nova is a driver for GSP-based Nvidia GPUs that is currently under development and is being written in Rust. Currently, the objective is to upstream Rust abstractions for the relevant -subsystems a prerequisite for the actual driver. Hence, the first mainline +subsystems as a prerequisite for the actual driver. Hence, the first mainline version of Nova will be a stub driver which helps establishing the necessary infrastructure in other subsystems (notably PCI and DRM).