TensorFlow: Upstream changes to git.
Changes:
- Doc type fixes.
Base CL: 107356208
diff --git a/configure b/configure
index d121c6f..fa07b5a 100755
--- a/configure
+++ b/configure
@@ -3,7 +3,7 @@
## Set up Cuda-related environment settings
while [ "$TF_NEED_CUDA" == "" ]; do
- read -p "Do you wish to bulid TensorFlow with GPU support? [y/n] " INPUT
+ read -p "Do you wish to build TensorFlow with GPU support? [y/n] " INPUT
case $INPUT in
[Yy]* ) echo -e "GPU support will be enabled for TensorFlow\n"; TF_NEED_CUDA=1;;
[Nn]* ) echo -e "No GPU support will be enabled for TensorFlow\n"; TF_NEED_CUDA=0;;