@@ -64,7 +64,7 @@ These variables can be set on the make command line. E.g.,
64
64
65
65
## Supported Toolchains
66
66
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
68
68
kernel modules. Note that the kernel interface layers of the kernel
69
69
modules must be built with the toolchain that was used to build the
70
70
kernel.
@@ -81,7 +81,7 @@ This is currently Linux kernel 3.10 or newer.
81
81
82
82
Contributions can be made by creating a pull request on
83
83
https://github.com/NVIDIA/open-gpu-kernel-modules
84
- We'll respond via github .
84
+ We'll respond via GitHub .
85
85
86
86
Note that when submitting a pull request, you will be prompted to accept
87
87
a Contributor License Agreement.
@@ -90,15 +90,15 @@ This code base is shared with NVIDIA's proprietary drivers, and various
90
90
processing is performed on the shared code to produce the source code that is
91
91
published here. This has several implications for the foreseeable future:
92
92
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
94
94
release.
95
95
96
96
* We do not expect to be able to provide revision history for individual
97
97
changes that were made to NVIDIA's shared code base. There will likely
98
98
only be one git commit per driver release.
99
99
100
100
* 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.
102
102
103
103
* Because the code undergoes various processing prior to publishing here,
104
104
contributions made here require manual merging to be applied to the shared
0 commit comments