BigInteger class implementation
[platform/framework/native/appfw.git] / inc / FBaseBigInteger.h
index d585300..05fe89d 100644 (file)
@@ -700,7 +700,7 @@ public:
         *              -GetLastResult() should be called to retrieve the last set exception
         *
         * @exception   E_SUCCESS       The method is successful.
-        * @exception   E_OUT_OF_RANGE  The specified shiftDistance is less than 0 or grater than bit length of number in binary representation.
+        * @exception   E_OUT_OF_RANGE  The specified shiftDistance is less than 0.
         */
        BigInteger ShiftLeft(int shiftDistance) const;
 
@@ -718,7 +718,7 @@ public:
         *              -GetLastResult() should be called to retrieve the last set exception
         *
         * @exception   E_SUCCESS       The method is successful.
-        * @exception   E_OUT_OF_RANGE  The specified shiftDistance is less than 0 or grater than bit length of number in binary representation.
+        * @exception   E_OUT_OF_RANGE  The specified shiftDistance is less than 0.
         */
        BigInteger ShiftRight(int shiftDistance) const;