aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/kernel.h
diff options
context:
space:
mode:
authorGravatar Sourabh Bajaj <sourabhbajaj@google.com>2018-01-17 13:14:48 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-17 13:18:49 -0800
commitd8697935d334bb0f2e1c9bccfe9a2a7bee9785cc (patch)
tree134cec2030a5e3fd3edef20e739c133c8940f257 /tensorflow/stream_executor/kernel.h
parent7699ea8bee2ee9d0d5c93706cf1357a36c60ef58 (diff)
Merge changes from github.
PiperOrigin-RevId: 182258809
Diffstat (limited to 'tensorflow/stream_executor/kernel.h')
-rw-r--r--tensorflow/stream_executor/kernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/stream_executor/kernel.h b/tensorflow/stream_executor/kernel.h
index 7c1d22b6b5..5358eac1ae 100644
--- a/tensorflow/stream_executor/kernel.h
+++ b/tensorflow/stream_executor/kernel.h
@@ -340,8 +340,8 @@ class KernelArgIterator {
//
// This class exists as a way to pass kernel arguments to
// StreamExecutorInterface::Launch. That Launch method is virtual, so it can't
-// be templated to accept any KernelArgsArray type, therfore a reference to this
-// base type is passed instead.
+// be templated to accept any KernelArgsArray type, therefore a reference to
+// this base type is passed instead.
//
// Performance is not a concern here because each of these methods will be
// called at most once per kernel launch. Past performance concerns with