~ chicken-core (chicken-5) e7e6b40f49a2245b7737b74dd5fab3f07a467b3a


commit e7e6b40f49a2245b7737b74dd5fab3f07a467b3a
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun May 30 12:51:08 2021 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun May 30 12:51:08 2021 +0200

    manual/C interface: fix typo in doc of C_a_i_flonum_quotient_checked

diff --git a/manual/C interface b/manual/C interface
index b0617db1..c34a6857 100644
--- a/manual/C interface	
+++ b/manual/C interface	
@@ -1200,7 +1200,7 @@ These are misnamed because they don't calculate the Scheme "quotient",
 but the simple result of flonum {{n1}} divided by the flonum {{n2}},
 using the storage at {{ptr}}.  {{c}} should always be 2.
 
-{{C_a_i_flonum_checked}} will signal an error if {{n2}} is zero.
+{{C_a_i_flonum_quotient_checked}} will signal an error if {{n2}} is zero.
 
 ===== C_a_i_flonum_actual_quotient_checked
 
Trap