[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-commits
Subject:    [llvm-commits] [PATCH] A small tweak to the documentation
From:       Benjamin Meyer <ben () meyerhome ! net>
Date:       2011-02-10 15:05:56
Message-ID: 2ECA47BD-B5A4-4721-96A5-A156910BFBB3 () meyerhome ! net
[Download RAW message or body]

I have been working my way through the tutorial and have a small patch =
that fixes up a sentence for review.


["0001-A-small-tweak-to-the-documentation-about-the-module-.patch" (0001-A-small-tweak-to-the-documentation-about-the-module-.patch)]

From ee33665a0fe4fa98244bb520c323e5874f5cef43 Mon Sep 17 00:00:00 2001
From: Benjamin C Meyer <ben@meyerhome.net>
Date: Thu, 10 Feb 2011 00:35:10 -0500
Subject: [PATCH] A small tweak to the documentation about the module symbol table to make it more clear.

---
 docs/tutorial/LangImpl3.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html
index a8d96ac..fe09172 100644
--- a/docs/tutorial/LangImpl3.html
+++ b/docs/tutorial/LangImpl3.html
@@ -353,8 +353,8 @@ above.</p>
 </div>
 
 <p>The Module symbol table works just like the Function symbol table when it
-comes to name conflicts: if a new function is created with a name was previously
-added to the symbol table, it will get implicitly renamed when added to the
+comes to name conflicts: if a new function is created with a name that was previously
+added to the symbol table, the new function will get implicitly renamed when added to the
 Module.  The code above exploits this fact to determine if there was a previous
 definition of this function.</p>
 
-- 
1.7.3.2



-Benjamin Meyer

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic