Fix a typo in a comment.

llvm-svn: 42313
This commit is contained in:
Dan Gohman 2007-09-25 19:37:26 +00:00
parent 8ee1ecfc50
commit 06919e8ef2
1 changed files with 1 additions and 1 deletions

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,