summaryrefslogtreecommitdiffstats
path: root/llvm/docs/HistoricalNotes
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-18 14:43:39 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-18 14:43:39 +0000
commit7eb05a170a7fcd7d63ce12b6692c2e9e27631634 (patch)
tree640876643616502c9623ba5d14e021c7c88b9682 /llvm/docs/HistoricalNotes
parent688d99fd9ceafc4d0b99501d1cf5d49892c44166 (diff)
downloadbcm5719-llvm-7eb05a170a7fcd7d63ce12b6692c2e9e27631634.tar.gz
bcm5719-llvm-7eb05a170a7fcd7d63ce12b6692c2e9e27631634.zip
Spell `necessary' correctly.
llvm-svn: 7944
Diffstat (limited to 'llvm/docs/HistoricalNotes')
-rw-r--r--llvm/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt2
-rw-r--r--llvm/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt2
-rw-r--r--llvm/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt b/llvm/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt
index 4d2879554a4..5c87330fb7e 100644
--- a/llvm/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt
+++ b/llvm/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt
@@ -150,7 +150,7 @@ needed...
Conditional move is effectly a special case of a predicated
instruction... and I think that all predicated instructions can possibly
be implemented later in LLVM. It would significantly change things, and
-it doesn't seem to be very neccesary right now. It would seem to
+it doesn't seem to be very necessary right now. It would seem to
complicate flow control analysis a LOT in the virtual machine. I would
tend to prefer that a predicated architecture like IA64 convert from a
"basic block" representation to a predicated rep as part of it's dynamic
diff --git a/llvm/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt b/llvm/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
index 2e0b7940750..b546301d35a 100644
--- a/llvm/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
+++ b/llvm/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
@@ -144,7 +144,7 @@ least*:
2. A pointer to the dtor for the contained object
3. The contained object itself
-Note that it is neccesary to maintain #1 & #2 in the exception object itself
+Note that it is necessary to maintain #1 & #2 in the exception object itself
because objects without virtual function tables may be thrown (as in this
example). Assuming this, TryHandler would look something like this:
diff --git a/llvm/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt b/llvm/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt
index 9709ce5db5e..2ca46117ca8 100644
--- a/llvm/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt
+++ b/llvm/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt
@@ -43,7 +43,7 @@ Changes:
which is much more natural and what users expect.
-* Simplification of #include's: Before, it was neccesary for a .cpp file to
+* Simplification of #include's: Before, it was necessary for a .cpp file to
include every .h file that it used. Now things are batched a little bit more
to make it easier to use. Specifically, the include graph now includes these
edges:
OpenPOWER on IntegriCloud