#6224: s/JPython/Jython/, and remove one link to a module nine years old.
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 3283643..c42cd0c 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -6308,7 +6308,7 @@
/* This code should go into some future Unicode collation support
module. The basic comparison should compare ordinals on a naive
- basis (this is what Java does and thus JPython too). */
+ basis (this is what Java does and thus Jython too). */
/* speedy UTF-16 code point order comparison */
/* gleaned from: */