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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 7f9472e Fix Javadoc typo. 7f9472e is described below commit 7f9472e8989a859b7b4a3394486c7064cb3d11af Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 18 22:12:49 2021 -0500 Fix Javadoc typo. --- src/main/java/org/apache/commons/lang3/arch/Processor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/arch/Processor.java b/src/main/java/org/apache/commons/lang3/arch/Processor.java index d825af7..84ed858 100644 --- a/src/main/java/org/apache/commons/lang3/arch/Processor.java +++ b/src/main/java/org/apache/commons/lang3/arch/Processor.java @@ -91,7 +91,7 @@ public class Processor { X86, /** - * Intel Itanium 64-bit architecture. + * Intel Itanium 64-bit architecture. */ IA_64,