aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/SystemUtils.java
diff options
context:
space:
mode:
authorGary Gregory <ggregory@apache.org>2017-11-15 21:07:14 -0700
committerGary Gregory <ggregory@apache.org>2017-11-15 21:07:14 -0700
commit6049e77fdcd021544a60651fc6de4d80e2ef1c2d (patch)
treed6c49e1447209aedb827243f14e3cd10f9e9e489 /src/main/java/org/apache/commons/lang3/SystemUtils.java
parentf7cbda67518ed7335566ebf942cd170a66746096 (diff)
downloadapache-commons-lang-6049e77fdcd021544a60651fc6de4d80e2ef1c2d.tar.gz
Fix Javadoc typos.
Diffstat (limited to 'src/main/java/org/apache/commons/lang3/SystemUtils.java')
-rw-r--r--src/main/java/org/apache/commons/lang3/SystemUtils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/org/apache/commons/lang3/SystemUtils.java b/src/main/java/org/apache/commons/lang3/SystemUtils.java
index badde7fba..a6d9c2e9a 100644
--- a/src/main/java/org/apache/commons/lang3/SystemUtils.java
+++ b/src/main/java/org/apache/commons/lang3/SystemUtils.java
@@ -1551,7 +1551,7 @@ public class SystemUtils {
/**
* Decides if the operating system matches.
*
- * @param osNamePrefix the prefix for the os name
+ * @param osNamePrefix the prefix for the OS name
* @param osVersionPrefix the prefix for the version
* @return true if matches, or false if not or can't determine
*/
@@ -1562,7 +1562,7 @@ public class SystemUtils {
/**
* Decides if the operating system matches.
*
- * @param osNamePrefix the prefix for the os name
+ * @param osNamePrefix the prefix for the OS name
* @return true if matches, or false if not or can't determine
*/
private static boolean getOsMatchesName(final String osNamePrefix) {