diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-07-28 09:28:58 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-07-28 09:28:58 +0000 |
commit | 0455cbe67c0ac546db5c7868a65bf5d52f5fa9f4 (patch) | |
tree | b6a0eb88c210dda8afacd6dc2e94951f10d97d0d /llvm/docs/LangRef.rst | |
parent | 1f0ea35ef9da827ac1124c094bd0cf9a5e30dafb (diff) | |
download | bcm5719-llvm-0455cbe67c0ac546db5c7868a65bf5d52f5fa9f4.tar.gz bcm5719-llvm-0455cbe67c0ac546db5c7868a65bf5d52f5fa9f4.zip |
fix some typos in the doc
llvm-svn: 276968
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 6be58f3b782..d4d0ee325c9 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -9489,7 +9489,7 @@ Semantics: on the caller's stack. In particular, for targets where stack grows downwards, adding this offset to the native stack pointer would get the address of the most recent dynamic alloca. For targets where stack grows upwards, the situation is a bit more - complicated, because substracting this value from stack pointer would get the address + complicated, because subtracting this value from stack pointer would get the address one past the end of the most recent dynamic alloca. Although for most targets `llvm.get.dynamic.area.offset <int_get_dynamic_area_offset>` |