summaryrefslogtreecommitdiff
path: root/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
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
commit5560c9d49ccae132cabf1155f18aa0480dce3eda (patch)
tree8fd8c1924c3dd2243b805e6e4d076cbdc57855fb /docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
parent00d7af60b0ac2e790b5be2821ccca895a00b0972 (diff)
downloadllvm-5560c9d49ccae132cabf1155f18aa0480dce3eda.tar.gz
llvm-5560c9d49ccae132cabf1155f18aa0480dce3eda.tar.bz2
llvm-5560c9d49ccae132cabf1155f18aa0480dce3eda.tar.xz
Spell `necessary' correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt')
-rw-r--r--docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt b/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
index 2e0b794075..b546301d35 100644
--- a/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
+++ b/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: