diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-02-08 22:21:44 +0700 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-02-08 22:21:44 +0700 |
| commit | 7fb41a7e3bf610a69bffbfa8c7f22661c0b4b625 (patch) | |
| tree | 24deaa4beecff7ec32379b85e25c11196a5be92a /bindgen | |
| parent | 02b1dae4127402b3531f862a4ef114af175b11fb (diff) | |
Typo fixes.
Diffstat (limited to 'bindgen')
| -rw-r--r-- | bindgen/gen_rust.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/gen_rust.py b/bindgen/gen_rust.py index 9349152b..af83789b 100644 --- a/bindgen/gen_rust.py +++ b/bindgen/gen_rust.py @@ -600,7 +600,7 @@ def gen_consts(decl, prefix): for item in decl["items"]: # # TODO: What type should these constants have? Currently giving all `usize` - # unless specifically overriden by `special_constant_types` + # unless specifically overridden by `special_constant_types` # item_name = check_override(item["name"]) |