Skip to content

Commit

Permalink
Fix typo (#178)
Browse files Browse the repository at this point in the history
Fixes #177
  • Loading branch information
visr committed Jul 22, 2024
1 parent 39b55ad commit a4b33e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/generator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const string_free_me = Symbol[:gdalinfo]
"""
Custom rewriter for Clang.jl's C wrapper
Gets called with all expressions in a header file, or all expressiong in a common file.
Gets called with all expressions in a header file, or all expressions in a common file.
If available, it adds docstrings before every expression, such that Clang.jl prints them
on top of the expression. The expressions themselves get sent to `rewriter(::Expr)`` for
further treatment.
Expand Down

0 comments on commit a4b33e7

Please sign in to comment.