From 232c3be0b5080afc204a39e0bc4c9ebce9617954 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Oct 2002 01:43:26 +0000 Subject: [PATCH] Fix misspelling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4276 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9Instr.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/SparcV9/SparcV9Instr.def b/lib/Target/SparcV9/SparcV9Instr.def index 92f40dbbb99..f277224ef18 100644 --- a/lib/Target/SparcV9/SparcV9Instr.def +++ b/lib/Target/SparcV9/SparcV9Instr.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. // //===----------------------------------------------------------------------===//