Skip to content

Commit a872e97

Browse files
alexmalyshevmeta-codesync[bot]
authored andcommitted
spelling: fix grammar in cinder_test_runner312.py comment
Summary: Fix a missing relative pronoun in the file header comment. The sentence "This compensates for JIT compilation, particularly for debug builds, is a huge overhead." was missing "which" after "compilation", making it grammatically incorrect. Reviewed By: yoney Differential Revision: D99701389 fbshipit-source-id: ad65909718555f149023528a521637159a37ad3f
1 parent 2f7890a commit a872e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cinderx/TestScripts/cinder_test_runner312.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# A modified version of the regrtest system which runs multiple tests per
4-
# instance of a parallel worker. This compensates for JIT compilation,
4+
# instance of a parallel worker. This compensates for JIT compilation which,
55
# particularly for debug builds, is a huge overhead. So, we amortize initial
66
# startup costs.
77
#

0 commit comments

Comments
 (0)