FFilterByBuildFeatures: fixed typo

This commit is contained in:
Jérôme Duval
2013-05-10 22:31:23 +02:00
parent 6922a8fe9b
commit 215954e3e3
+1 -1
View File
@@ -502,7 +502,7 @@ rule FFilterByBuildFeatures list
switch $(element) {
case }@ :
{
# Pop the topmost specificaton off the stack.
# Pop the topmost specification off the stack.
evaluationStack = $(evaluationStack[2-]) ;
if ! $(evaluationStack) {
Exit "FFilterByBuildFeatures: Unbalanced @( in: " $(list) ;