Remove dead section
[oota-llvm.git] / docs / HistoricalNotes / 2001-05-18-ExceptionHandling.txt
index 2e0b79407505b9c76371f24460141557e553bbe2..b546301d35a40467067176bbd7735fe78e3e3065 100644 (file)
@@ -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: