@@ -64,7 +64,7 @@ These variables can be set on the make command line. E.g.,
6464
6565## Supported Toolchains
6666
67- Any reasonably modern version of gcc or clang can be used to build the
67+ Any reasonably modern version of GCC or Clang can be used to build the
6868kernel modules. Note that the kernel interface layers of the kernel
6969modules must be built with the toolchain that was used to build the
7070kernel.
@@ -81,7 +81,7 @@ This is currently Linux kernel 3.10 or newer.
8181
8282Contributions can be made by creating a pull request on
8383https://github.com/NVIDIA/open-gpu-kernel-modules
84- We'll respond via github .
84+ We'll respond via GitHub .
8585
8686Note that when submitting a pull request, you will be prompted to accept
8787a Contributor License Agreement.
@@ -90,15 +90,15 @@ This code base is shared with NVIDIA's proprietary drivers, and various
9090processing is performed on the shared code to produce the source code that is
9191published here. This has several implications for the foreseeable future:
9292
93- * The github repository will function mostly as a snapshot of each driver
93+ * The GitHub repository will function mostly as a snapshot of each driver
9494 release.
9595
9696* We do not expect to be able to provide revision history for individual
9797 changes that were made to NVIDIA's shared code base. There will likely
9898 only be one git commit per driver release.
9999
100100* We may not be able to reflect individual contributions as separate
101- git commits in the github repository.
101+ git commits in the GitHub repository.
102102
103103* Because the code undergoes various processing prior to publishing here,
104104 contributions made here require manual merging to be applied to the shared
0 commit comments