projects
/
platform
/
upstream
/
tensorflow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a0cc9c
)
Fix typo (#17193)
author
Seo Sanghyeon
<sanxiyn@gmail.com>
Thu, 22 Feb 2018 20:27:40 +0000
(
05:27
+0900)
committer
Gunhan Gulsoy
<gunan@google.com>
Thu, 22 Feb 2018 20:27:40 +0000
(12:27 -0800)
configure.py
patch
|
blob
|
history
diff --git
a/configure.py
b/configure.py
index
f77a048
..
b5436db
100644
(file)
--- a/
configure.py
+++ b/
configure.py
@@
-1217,7
+1217,7
@@
def set_host_c_compiler(environ_cp):
environ_cp,
var_name='HOST_C_COMPILER',
var_default=default_c_host_compiler,
- ask_for_var=('Please specify which C compiler should be used as the host'
+ ask_for_var=('Please specify which C compiler should be used as the host
'
'C compiler.'),
check_success=os.path.exists,
error_msg='Invalid C compiler path. %s cannot be found.',