From 9acd9e79523419439596f30214bd8dddeca105cd Mon Sep 17 00:00:00 2001
From: Florian Prill <florian.prill@dwd.de>
Date: Thu, 25 Apr 2019 12:54:03 +0200
Subject: [PATCH] fixed citation.

---
 include/int_div.h | 2 +-
 src/int_div.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/int_div.h b/include/int_div.h
index 480bc4f9..9092822e 100644
--- a/include/int_div.h
+++ b/include/int_div.h
@@ -6,7 +6,7 @@
   The method uses a basis b=1200 representation for time spans and the
   division algorithm explained in
 
-  P. B. Hansen: Multiple-Length Division Revisited: A Tour of the Minefield (192)
+  P. B. Hansen: Multiple-Length Division Revisited: A Tour of the Minefield (1992)
                 Electrical Engineering and Computer Science Technical Reports. 166.
 */
 
diff --git a/src/int_div.c b/src/int_div.c
index b947fabc..1373ef34 100644
--- a/src/int_div.c
+++ b/src/int_div.c
@@ -6,7 +6,7 @@
   The method uses a basis b=1200 representation for time spans and the
   division algorithm explained in
 
-  P. B. Hansen: Multiple-Length Division Revisited: A Tour of the Minefield (192).
+  P. B. Hansen: Multiple-Length Division Revisited: A Tour of the Minefield (1992).
                 Electrical Engineering and Computer Science Technical Reports. 166.
 */
 #include "int_div.h"
-- 
GitLab