aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/dnn.h
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2017-03-02 17:21:02 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-02 17:44:47 -0800
commite065b3093f4fec5a5f79ad9de81f6baab361962e (patch)
treeeb020533a0a818b27b9612f62f94694b35fd2b68 /tensorflow/stream_executor/dnn.h
parent112a534b50c0a23dec95382941ac0556f2866b29 (diff)
[StreamExecutor] Minor comment cleanups.
Change: 149066697
Diffstat (limited to 'tensorflow/stream_executor/dnn.h')
-rw-r--r--tensorflow/stream_executor/dnn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/dnn.h b/tensorflow/stream_executor/dnn.h
index 8c3eee70f4..0a860e7ad8 100644
--- a/tensorflow/stream_executor/dnn.h
+++ b/tensorflow/stream_executor/dnn.h
@@ -681,7 +681,7 @@ class ProfileResult {
float elapsed_time_in_ms_ = std::numeric_limits<float>::max();
};
-// Describe the configuration for the algorithms that will used.
+// Describes the configuration for the algorithms that will used.
//
// Arguments:
// algorithm: the primary algorithm that should be used.