You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/26 22:23:55 UTC

[commons-crypto] branch master updated: Looks like this was done ages ago

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new e0dad4f  Looks like this was done ages ago
e0dad4f is described below

commit e0dad4fad957172d7e0cc8066accb5574d13efbd
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 26 23:23:50 2022 +0100

    Looks like this was done ages ago
---
 src/main/java/org/apache/commons/crypto/OsInfo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/crypto/OsInfo.java b/src/main/java/org/apache/commons/crypto/OsInfo.java
index 7d737ef..cd12938 100644
--- a/src/main/java/org/apache/commons/crypto/OsInfo.java
+++ b/src/main/java/org/apache/commons/crypto/OsInfo.java
@@ -100,7 +100,7 @@ final class OsInfo {
         archMapping.put("power_pc", PPC);
         archMapping.put("power_rs", PPC);
 
-        // TODO: PowerPC 64bit mappings
+        // PowerPC 64bit mappings
         archMapping.put(PPC64, PPC64);
         archMapping.put("power64", PPC64);
         archMapping.put("powerpc64", PPC64);