This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
The following commit(s) were added to refs/heads/master by this push:
new 5ad19d91 Fix spelling in comments
5ad19d91 is described below
commit 5ad19d91c3d4ce0a253099b5848edc246738e976
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 9 10:12:42 2025 -0500
Fix spelling in comments
---
.../apache/commons/numbers/examples/jmh/arrays/KeyUpdatingInterval.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-numbers-examples/examples-jmh/src/main/java/org/apache/commons/numbers/examples/jmh/arrays/KeyUpdatingInterval.java
b/commons-numbers-examples/examples-jmh/src/main/java/org/apache/commons/numbers/examples/jmh/arrays/KeyUpdatingInterval.java
index 33620dd3..d2d2fca9 100644
---
a/commons-numbers-examples/examples-jmh/src/main/java/org/apache/commons/numbers/examples/jmh/arrays/KeyUpdatingInterval.java
+++
b/commons-numbers-examples/examples-jmh/src/main/java/org/apache/commons/numbers/examples/jmh/arrays/KeyUpdatingInterval.java
@@ -218,7 +218,7 @@ final class KeyUpdatingInterval implements
UpdatingInterval, SplittingInterval {
// No right interval.
// Find new right bound for the left-side.
// Search using a scan on the assumption that ka is close to the
end
- // given that kb is greater then the end.
+ // given that kb is greater than the end.
int i = r;
if (ka <= keys[i]) {
do {