Fix a typo in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2007-09-25 19:37:26 +00:00
parent 4e4d2d7d9a
commit b94fc1bcb2

View File

@ -181,7 +181,7 @@ namespace llvm {
/// in order to obtain suitable precision.
FRSQRT, FRCP,
/// DIV, IDIV - Unsigned and signed integer division and reciprocal.
/// DIV, IDIV - Unsigned and signed integer division and remainder.
///
DIV, IDIV,