Skip to content
Snippets Groups Projects
Commit 9eff10aa authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix typo in comment.

parent c93cbed2
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,7 @@ foreach my $headerFn (@ARGV)
}
}
# tokenize and replace tokens from config.h definitions
# FIXME: this simple approach will fail for funtion-like macros
# FIXME: this simple approach will fail for function-like macros
my @tokenMapping = eval { cpp::tokenize($headerLine); };
# FIXME: when tokenizing doesn't work that usually means a multi-line
# construct needs to be accounted for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment