From 1a514ef7cc2c317677225dc7adb9e2b18c1d42db Mon Sep 17 00:00:00 2001
From: Sidong-Wei <Sidong.Wei@ibm.com>
Date: Tue, 30 Jun 2020 16:47:06 -0400
Subject: [PATCH] Fix typo

---
 tensorflow/compiler/aot/compile.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tensorflow/compiler/aot/compile.cc b/tensorflow/compiler/aot/compile.cc
index f3526793d53..b22baa305e7 100644
--- a/tensorflow/compiler/aot/compile.cc
+++ b/tensorflow/compiler/aot/compile.cc
@@ -169,7 +169,7 @@ static void InitializeTargets() {
   LLVMInitializeAArch64TargetMC();
   LLVMInitializeAArch64AsmPrinter();
 #endif
-#if TF_LLVM_S390X_AVILABLE
+#if TF_LLVM_S390X_AVAILABLE
   LLVMInitializeSystemZTarget();
   LLVMInitializeSystemZTargetInfo();
   LLVMInitializeSystemZTargetMC();