Fix typo in comment -fmath-errno=0 -> -fno-math-errno

The former is not a valid clang argument

Differential Revision: https://reviews.llvm.org/D45102

llvm-svn: 329323
This commit is contained in:
Sam Clegg 2018-04-05 17:44:08 +00:00
parent 37248d35c3
commit 5e9059ceb1
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
// S:N: -> similar to the s:N: attribute, but the function is like vscanf
// in that it accepts its arguments as a va_list rather than
// through an ellipsis
// e -> const, but only when -fmath-errno=0
// e -> const, but only when -fno-math-errno
// j -> returns_twice (like setjmp)
// u -> arguments are not evaluated for their side-effects
// FIXME: gcc has nonnull