aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/Lexicon.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/Lexicon.rst')
-rw-r--r--llvm/docs/Lexicon.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Lexicon.rst b/llvm/docs/Lexicon.rst
index 1d4894f..05315a8 100644
--- a/llvm/docs/Lexicon.rst
+++ b/llvm/docs/Lexicon.rst
@@ -192,7 +192,7 @@ L
**LSDA**
Language Specific Data Area. C++ "zero cost" unwinding is built on top a
generic unwinding mechanism. As the unwinder walks each frame, it calls
- a "personality" function to do language specific analysis. Each function's
+ a "personality" function to do language-specific analysis. Each function's
FDE points to an optional LSDA which is passed to the personality function.
For C++, the LSDA contain info about the type and location of catch
statements in that function.