[llvm-commits] CVS: llvm/docs/ProgrammersManual.html
Chris Lattner
sabre at nondot.org
Sat Feb 3 14:04:43 PST 2007
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.118 -> 1.119
---
Log message:
null -> pointer, nul -> character :)
---
Diffs of the changes: (+2 -2)
ProgrammersManual.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.118 llvm/docs/ProgrammersManual.html:1.119
--- llvm/docs/ProgrammersManual.html:1.118 Sat Feb 3 15:06:43 2007
+++ llvm/docs/ProgrammersManual.html Sat Feb 3 16:04:27 2007
@@ -1126,7 +1126,7 @@
efficiently: they are variable length, inefficient to hash and compare when
long, expensive to copy, etc. CStringMap is a specialized container designed to
cope with these issues. It supports mapping an arbitrary range of bytes that
-does not have an embedded null character in it ("C strings") to an arbitrary
+does not have an embedded nul character in it ("C strings") to an arbitrary
other object.</p>
<p>The CStringMap implementation uses a quadratically-probed hash table, where
@@ -3161,7 +3161,7 @@
<a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/02/03 21:06:43 $
+ Last modified: $Date: 2007/02/03 22:04:27 $
</address>
</body>
More information about the llvm-commits
mailing list