From f9be5ff55e5ca23c64a1cd089c5e6028a5560363 Mon Sep 17 00:00:00 2001 From: lexi Date: Wed, 11 May 2022 16:00:48 -0500 Subject: [PATCH] Fix some capitalizations --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 492369774..5c6e146c9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ These variables can be set on the make command line. E.g., ## Supported Toolchains -Any reasonably modern version of gcc or clang can be used to build the +Any reasonably modern version of GCC or Clang can be used to build the kernel modules. Note that the kernel interface layers of the kernel modules must be built with the toolchain that was used to build the kernel. @@ -81,7 +81,7 @@ This is currently Linux kernel 3.10 or newer. Contributions can be made by creating a pull request on https://github.com/NVIDIA/open-gpu-kernel-modules -We'll respond via github. +We'll respond via GitHub. Note that when submitting a pull request, you will be prompted to accept a Contributor License Agreement. @@ -90,7 +90,7 @@ This code base is shared with NVIDIA's proprietary drivers, and various processing is performed on the shared code to produce the source code that is published here. This has several implications for the foreseeable future: -* The github repository will function mostly as a snapshot of each driver +* The GitHub repository will function mostly as a snapshot of each driver release. * We do not expect to be able to provide revision history for individual @@ -98,7 +98,7 @@ published here. This has several implications for the foreseeable future: only be one git commit per driver release. * We may not be able to reflect individual contributions as separate - git commits in the github repository. + git commits in the GitHub repository. * Because the code undergoes various processing prior to publishing here, contributions made here require manual merging to be applied to the shared