Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Tue, 25 Sep 2007 19:37:26 +0000 (19:37 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 25 Sep 2007 19:37:26 +0000 (19:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42313 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.h

index 10172d95a93df4456253b08d3e0f573b00a41318..b04fd4e11e49f90c722c097a412a4f4ff2c47ad4 100644 (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,