summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-05-27 21:35:17 +0000
committerReid Kleckner <reid@kleckner.net>2014-05-27 21:35:17 +0000
commit54ba0dfb55153b14871ff9fe620dde3c32fbda17 (patch)
treee1a4fdbb4c86cdf7210622b7a1fd788d479f8d28 /docs
parent6343f5cfefad072aea1d2ca891d7aced130af0ae (diff)
downloadllvm-54ba0dfb55153b14871ff9fe620dde3c32fbda17.tar.gz
llvm-54ba0dfb55153b14871ff9fe620dde3c32fbda17.tar.bz2
llvm-54ba0dfb55153b14871ff9fe620dde3c32fbda17.tar.xz
Wording fix for llvm.global_dtors docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 6473bb9ff2..fa40363a75 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -3201,7 +3201,7 @@ The '``llvm.global_dtors``' Global Variable
The ``@llvm.global_dtors`` array contains a list of destructor
functions, priorities, and an optional associated global or function.
The functions referenced by this array will be called in descending
-order of priority (i.e. highest first) when the module is loaded. The
+order of priority (i.e. highest first) when the module is unloaded. The
order of functions with the same priority is not defined.
If the third field is present, non-null, and points to a global variable