From 877a38f48e6e6099828c85d32b00d23085bfb56a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Oct 2002 01:43:26 +0000 Subject: [PATCH] Fix misspelling llvm-svn: 4276 --- lib/Target/Sparc/SparcInstr.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Sparc/SparcInstr.def b/lib/Target/Sparc/SparcInstr.def index 92f40dbbb99..f277224ef18 100644 --- a/lib/Target/Sparc/SparcInstr.def +++ b/lib/Target/Sparc/SparcInstr.def @@ -2,7 +2,7 @@ // // This file describes all of the instructions that the sparc backend uses. It // relys on an external 'I' macro being defined that takes the arguments -// specified below, and is used to make all of the information relavant to an +// specified below, and is used to make all of the information relevant to an // instruction be in one place. // //===----------------------------------------------------------------------===//