aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/despecializer.h
diff options
context:
space:
mode:
authorGravatar Nicholas Nadeau, P.Eng., AVS <nnadeau@users.noreply.github.com>2018-05-03 13:47:06 -0400
committerGravatar Shanqing Cai <cais@google.com>2018-05-03 13:47:06 -0400
commit487fa7b1a48c151362ab1b16cdda6bbc78f5d6dc (patch)
tree938a76a47b46d102f4833677db475aaa99e936d1 /tensorflow/compiler/xla/service/despecializer.h
parent4984a60e7147edef532ca1b15050471e81e45841 (diff)
Fixed Typos (#18806)
* fixed typos
Diffstat (limited to 'tensorflow/compiler/xla/service/despecializer.h')
-rw-r--r--tensorflow/compiler/xla/service/despecializer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/despecializer.h b/tensorflow/compiler/xla/service/despecializer.h
index af48f4ab6e..cc1695b7f8 100644
--- a/tensorflow/compiler/xla/service/despecializer.h
+++ b/tensorflow/compiler/xla/service/despecializer.h
@@ -25,7 +25,7 @@ namespace xla {
// Creates an HloPassPipeline containing multiple HloPasses that can
// despecialize an optimized HloModule. This is useful to run an HloModule
-// optimized for one specfic platform on a different platform (undoing platform
+// optimized for one specific platform on a different platform (undoing platform
// specific passes) with matching numerics for comparison.
//
// Current despecialization passes are Defuser, ImplicitBroadcastRemover,