Skip to content

Commit b2b7c9b

Browse files
Merge pull request #1005 from henke37/patch-3
Fix minor typo
2 parents 453d3e0 + e0169ff commit b2b7c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-api-src/content/winnt/ns-winnt-exception_record.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ An array of additional arguments that describe the exception. The
338338
The first element of the array contains a read-write flag that indicates the type of operation that caused the access violation. If this value is zero, the thread attempted to read the inaccessible data. If this value is 1, the thread attempted to write to an inaccessible address.
339339

340340

341-
If this value is 8, the thread causes a user-mode data execution prevention (DEP) violation.
341+
If this value is 8, the thread caused a user-mode data execution prevention (DEP) violation.
342342

343343
The second array element specifies the virtual address of the inaccessible data.
344344

@@ -353,7 +353,7 @@ The second array element specifies the virtual address of the inaccessible data.
353353
The first element of the array contains a read-write flag that indicates the type of operation that caused the access violation. If this value is zero, the thread attempted to read the inaccessible data. If this value is 1, the thread attempted to write to an inaccessible address.
354354

355355

356-
If this value is 8, the thread causes a user-mode data execution prevention (DEP) violation.
356+
If this value is 8, the thread caused a user-mode data execution prevention (DEP) violation.
357357

358358
The second array element specifies the virtual address of the inaccessible data.
359359

0 commit comments

Comments
 (0)