aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2023-01-15 08:13:46 -0500
committerGary Gregory <garydgregory@gmail.com>2023-01-15 08:13:46 -0500
commitfe42d6b087f596717b7e7c9b1f17055b73c3b73a (patch)
tree057c28bb41f7f204f48ba7775d0d31599c91efe4 /src/main
parent98fafb38d14782486653fc33a50aeb0d6881c720 (diff)
downloadapache-commons-lang-fe42d6b087f596717b7e7c9b1f17055b73c3b73a.tar.gz
Fix typos
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/org/apache/commons/lang3/concurrent/package-info.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/apache/commons/lang3/concurrent/package-info.java b/src/main/java/org/apache/commons/lang3/concurrent/package-info.java
index a283a86d0..08d97f6d2 100644
--- a/src/main/java/org/apache/commons/lang3/concurrent/package-info.java
+++ b/src/main/java/org/apache/commons/lang3/concurrent/package-info.java
@@ -138,7 +138,7 @@
* </p>
*
* <p>
- * Now, which one of the lazy initializer implementations should you use? First of all we have to state that is is
+ * Now, which one of the lazy initializer implementations should you use? First of all we have to state that is
* problematic to give general recommendations regarding the performance of these classes. The initializers make use of
* low-level functionality whose efficiency depends on multiple factors including the target platform and the number of
* concurrent threads. So developers should make their own benchmarks in scenarios close to their specific use cases.