From 8ff4b439ddf4659a2a3e4badc89ba24a25b47062 Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Fri, 26 Feb 2010 02:15:17 +0000
Subject: [PATCH] Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97206 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/TableGenFundamentals.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index 457bb62060d..3b30dedc367 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -189,7 +189,7 @@ backend, and is only shown as an example.
As you can see, a lot of information is needed for every instruction
supported by the code generator, and specifying it all manually would be
-unmaintainble, prone to bugs, and tiring to do in the first place. Because we
+unmaintainable, prone to bugs, and tiring to do in the first place. Because we
are using TableGen, all of the information was derived from the following
definition:
--
2.34.1