Skip to content

Commit 824684c

Browse files
author
Barry Golden
authored
Updated comment text in line 1246
Updated comment text to meet bias-free communication guidance. For more information, see https://docs.microsoft.com/style-guide/bias-free-communication.
1 parent 5f79744 commit 824684c

File tree

1 file changed

+1
-1
lines changed
  • tools/sdv/samples/SDV-FailDriver-STORPORT/driver

1 file changed

+1
-1
lines changed

tools/sdv/samples/SDV-FailDriver-STORPORT/driver/lsi_u3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ Return Value:
12431243

12441244
// Enable data phase mismatch processing internal to 1010
12451245
WRITE_SIOP_UCHAR( CCNTL0, CCNTL0_DISABLE_PIPE_REQ + CCNTL0_ENA_PM_JUMP);
1246-
// Disable 64-bit slave cycles
1246+
// Disable 64-bit subordinate cycles
12471247
WRITE_SIOP_UCHAR( CCNTL1, 0x10);
12481248
// Set phase mismatch jump registers
12491249
WRITE_SIOP_ULONG( PMJAD1, DeviceExtension->PhaseMisJump1Phys);

0 commit comments

Comments
 (0)