[llvm-commits] [hlvm] r38392 - /hlvm/trunk/docs/ReleasePlans.html
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:02:56 PDT 2007
Author: reid
Date: Sat Jul 7 19:02:56 2007
New Revision: 38392
URL: http://llvm.org/viewvc/llvm-project?rev=38392&view=rev
Log:
Fix a typo.
Modified:
hlvm/trunk/docs/ReleasePlans.html
Modified: hlvm/trunk/docs/ReleasePlans.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/ReleasePlans.html?rev=38392&r1=38391&r2=38392&view=diff
==============================================================================
--- hlvm/trunk/docs/ReleasePlans.html (original)
+++ hlvm/trunk/docs/ReleasePlans.html Sat Jul 7 19:02:56 2007
@@ -113,7 +113,7 @@
<tr>
<td><a href="#integer">Integer Arithmetic Operators</a><br/>Done.</td>
<td><a href="#boolean">Boolean Arithmetic Operators</a><br/>Done.</td>
- <td><a href="#floating">Floating POint Arithmetic Operators</a><br/>
+ <td><a href="#floating">Floating Point Arithmetic Operators</a><br/>
Done with the exception of math library calls.</td>
</tr><tr>
<td><a href="#controlflow">Control Flow Operators</a><br/>Done.</td>
More information about the llvm-commits
mailing list