Clarify how Quotient tests do rounding.

Change-Id: Ifea17a894065cce607845208c96e2092e4632d61
Reviewed-on: https://boringssl-review.googlesource.com/8607
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/crypto/bn/bn_tests.txt b/crypto/bn/bn_tests.txt
index 17b7088..1be8848 100644
--- a/crypto/bn/bn_tests.txt
+++ b/crypto/bn/bn_tests.txt
@@ -5957,7 +5957,8 @@
 
 # Quotient tests.
 #
-# These test vectors satisfy Quotient = A / B and Remainder = A - B * Quotient.
+# These test vectors satisfy Quotient = A / B, rounded towards zero, and
+# Remainder = A - B * Quotient.
 
 Quotient = 1
 Remainder = 0