Skip to content

Commit 480c9c2

Browse files
committed
Merge pull request #122 from kentya6/master
Fix typo
2 parents 4932317 + 76590d8 commit 480c9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DriverInternals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Analysis` for more information.
114114
The Compilation's TaskQueue controls the low-level aspects of managing
115115
subprocesses. Multiple Jobs may execute simultaneously, but communication with
116116
the parent process (the driver) is handled on a single thread. The level of
117-
parellelism may be controlled by a compiler flag.
117+
parallelism may be controlled by a compiler flag.
118118

119119
If a Job does not finish successfully, the Compilation needs to record which
120120
jobs have failed, so that they get rebuilt next time the user tries to build

0 commit comments

Comments
 (0)