aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-20 10:55:31 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-20 10:59:46 -0700
commit8ed40cdd3ea7e9aea996339678efba2b2b04e1ad (patch)
tree7bd6d2bfae02e900829c71f28570d96c8e477681 /configure.py
parentf965075fca32a41b544f8101a94641f6d322f1ec (diff)
Fix grammar in configure.py
PiperOrigin-RevId: 205421605
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 251bebc2e1..1df7bc736f 100644
--- a/configure.py
+++ b/configure.py
@@ -1422,7 +1422,7 @@ def set_windows_build_flags(environ_cp):
environ_cp, 'TF_OVERRIDE_EIGEN_STRONG_INLINE', 'Eigen strong inline',
True,
('Would you like to override eigen strong inline for some C++ '
- 'compilation to reduce the compiling time?'),
+ 'compilation to reduce the compilation time?'),
'Eigen strong inline overridden.',
'Not overriding eigen strong inline, '
'some compilations could take more than 20 mins.'):