Fix comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73601 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2009-06-17 03:10:10 +00:00
parent df04ead72b
commit 71c767b4e3

View File

@ -1105,7 +1105,7 @@ public:
}
};
// multi_arg - Modifier to set the number of additional values.
// multi_val - Modifier to set the number of additional values.
struct multi_val {
unsigned AdditionalVals;
explicit multi_val(unsigned N) : AdditionalVals(N) {}