Skip to content

Commit 8a732ed

Browse files
author
Colin Robertson
authored
Undo dllonexit update
1 parent e03ea90 commit 8a732ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/c-runtime-library/dllonexit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_location: ["msvcrt.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr100.d
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]
88
f1_keywords: ["__dllonexit"]
9-
helpviewer_keywords: ["__dllon'xit"]
9+
helpviewer_keywords: ["__dllonexit"]
1010
ms.assetid: 708f2ceb-f95c-46b0-a58d-d68b3fa36f12
1111
---
1212
# __dllonexit
@@ -35,7 +35,7 @@ Pointer to variable that points to the end of a list of functions to execute on
3535

3636
## Return Value
3737

38-
If successful, a pointer to the user's function. Otherwise, a **NULL** pointer.
38+
If successful, a pointer to the users function. Otherwise, a **NULL** pointer.
3939

4040
## Remarks
4141

0 commit comments

Comments
 (0)