Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 12, 2024
1 parent fb082e9 commit 3a6b567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_package/lib/src/load_os.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ typedef PostCObjectFn = NativeFunction<PostCObjectInner>;

// Direct access to global function symbols loaded in the process.
// These are available only if the native library is
// loaded into global process with `RTLD_GLOBAL` configuration.
// loaded into global space with `RTLD_GLOBAL` configuration.

@Native<Void Function()>(
isLeaf: true,
Expand Down

0 comments on commit 3a6b567

Please sign in to comment.