Fix doxygen comment typo. NFC

llvm-svn: 236180
This commit is contained in:
Jonathan Roelofs 2015-04-29 23:33:32 +00:00
parent fb481a4054
commit 10b3acf215
1 changed files with 2 additions and 2 deletions

View File

@ -239,8 +239,8 @@ namespace ISD {
FMAD,
/// FCOPYSIGN(X, Y) - Return the value of X with the sign of Y. NOTE: This
/// DAG node does not require that X and Y have the same type, just that the
/// are both floating point. X and the result must have the same type.
/// DAG node does not require that X and Y have the same type, just that
/// they are both floating point. X and the result must have the same type.
/// FCOPYSIGN(f32, f64) is allowed.
FCOPYSIGN,