aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/byterun/coq_interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/byterun/coq_interp.c')
-rw-r--r--kernel/byterun/coq_interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/byterun/coq_interp.c b/kernel/byterun/coq_interp.c
index a2ece57c4..880e978af 100644
--- a/kernel/byterun/coq_interp.c
+++ b/kernel/byterun/coq_interp.c
@@ -1190,7 +1190,7 @@ value coq_interprete
Instruct (DIV21INT31) {
print_instr("DIV21INT31");
/* spiwack: takes three int31 (the two first ones represent an
- int62) and perfoms the euclidian division of the
+ int62) and performs the euclidian division of the
int62 by the int31 */
uint64 bigint;
bigint = UI64_of_value(accu);