From 274b07e224eb1cc64e1ae608619fb317d190740e Mon Sep 17 00:00:00 2001
From: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Wed, 9 Mar 2016 13:34:15 -0500
Subject: [PATCH] typo in abi.txt

---
 doc/abi.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/abi.txt b/doc/abi.txt
index 102148a..8719c61 100644
--- a/doc/abi.txt
+++ b/doc/abi.txt
@@ -65,7 +65,7 @@ Data classes of interest as defined by the ABI:
   * Use `%rax` and `%rdx` in order for INTEGER return
     values.
   * Use `%xmm0` and `%xmm1` in order for SSE return values.
-  * I the return value's class is MEMORY, the first
+  * If the return value's class is MEMORY, the first
     argument of the function `%rdi` was a pointer to an
     area big enough to fit the return value.  The function
     writes the return value there and returns the address