Wording fix for llvm.global_dtors docs.
authorReid Kleckner <reid@kleckner.net>
Tue, 27 May 2014 21:35:17 +0000 (21:35 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 27 May 2014 21:35:17 +0000 (21:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209687 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 6473bb9ff27009a5067828f34ec713a191f25f40..fa40363a7548d772904a9f53e7e556052d7c2ffc 100644 (file)
@@ -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