diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2002-10-28 20:01:52 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2002-10-28 20:01:52 +0000 |
commit | 6ee9b5a57d435a4500170242d63d987637bb184e (patch) | |
tree | 2e6de5affce9903e84f332045c76af1e7dbbb1ba | |
parent | e585a7d12a4f4ca4b9dcd5c894f6dadb384fa320 (diff) |
Fixed spelling and grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4353 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86RegisterInfo.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/X86/X86RegisterInfo.def b/lib/Target/X86/X86RegisterInfo.def index 09da9f372c..9bfff5a808 100644 --- a/lib/Target/X86/X86RegisterInfo.def +++ b/lib/Target/X86/X86RegisterInfo.def @@ -1,9 +1,9 @@ //===-- X86RegisterInfo.def - X86 Register Information ----------*- C++ -*-===// // -// This file describes all of the registers that the X86 backend uses. It relys +// This file describes all of the registers that the X86 backend uses. It relies // on an external 'R' macro being defined that takes the arguments specified -// below, and is used to make all of the information relevant to an registers be -// in one place. +// below, and is used to make all of the information relevant to registers be in +// one place. // //===----------------------------------------------------------------------===// |