Skip to content

Commit 9441ae3

Browse files
committed
adjust comment
1 parent b1bffc4 commit 9441ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/transparent-handles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ struct ml_hndl {
8686

8787
Unless the consumer code is recompiled after the change, which may not happen as
8888
it could be some 3rd party software bought by the customer years ago, the debug
89-
print is now incorrect as it only prints the first 4 bytes of the structure, not
90-
8.
89+
print (and any manipulation with the `ml_id` member really) is now incorrect
90+
as it only prints the first 4 bytes of the structure, not 8.
9191

9292
There are ways to mitigate that:
9393

0 commit comments

Comments
 (0)