Skip to content

Commit f9be5ff

Browse files
lexiaritger
authored andcommitted
Fix some capitalizations
1 parent 69791e9 commit f9be5ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
6868
kernel modules. Note that the kernel interface layers of the kernel
6969
modules must be built with the toolchain that was used to build the
7070
kernel.
@@ -81,7 +81,7 @@ This is currently Linux kernel 3.10 or newer.
8181

8282
Contributions can be made by creating a pull request on
8383
https://github.com/NVIDIA/open-gpu-kernel-modules
84-
We'll respond via github.
84+
We'll respond via GitHub.
8585

8686
Note that when submitting a pull request, you will be prompted to accept
8787
a Contributor License Agreement.
@@ -90,15 +90,15 @@ This code base is shared with NVIDIA's proprietary drivers, and various
9090
processing is performed on the shared code to produce the source code that is
9191
published 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

Comments
 (0)