File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Commit
139
139
140
140
In SVN, committing always means submitting changes to a remote repository. In
141
141
Git, committing refers to the process of first telling Git to track a change by
142
- staging the change and then commiting all staged changes into a change in the
142
+ staging the change and then committing all staged changes into a change in the
143
143
local repository. One can have many such commits. Then when one is ready, one
144
144
pushes the new local changes to the remote repository. We go through these steps
145
145
in more detail below:
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The LLVM lit-based testsuite
28
28
**Run by **:
29
29
30
30
* Engineers and contributors are expected to run tests from these testsuites
31
- locally before commiting . (Usually on a single platform, and not necessarily
31
+ locally before committing . (Usually on a single platform, and not necessarily
32
32
all tests.)
33
33
34
34
* Buildbots run all tests, on all supported platforms.
You can’t perform that action at this time.
0 commit comments