Skip to content
Snippets Groups Projects
Commit bdd46c53 authored by Oliver Sander's avatar Oliver Sander
Browse files

English-language fix

parent dfacafda
Branches
Tags
No related merge requests found
......@@ -14,6 +14,6 @@
#define DUNE_UNUSED __attribute__((unused))
#endif
/// A macro to mark intentional unused function parameters with.
/// A macro to mark intentionally unused function parameters with.
#define DUNE_UNUSED_PARAMETER(parm) static_cast<void>(parm)
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment