From 1e8c299be25aa4730dadea18b3f457f3b9d7b352 Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 19 May 2015 12:36:02 +0000 Subject: [PATCH] Fixed comments --- .../java/src/freenet/support/CPUInformation/AMDCPUInfo.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/src/freenet/support/CPUInformation/AMDCPUInfo.java b/core/java/src/freenet/support/CPUInformation/AMDCPUInfo.java index 700e255d1..547e8a2fd 100644 --- a/core/java/src/freenet/support/CPUInformation/AMDCPUInfo.java +++ b/core/java/src/freenet/support/CPUInformation/AMDCPUInfo.java @@ -52,15 +52,15 @@ public interface AMDCPUInfo extends CPUInfo { */ public boolean IsBulldozerCompatible(); /** - * @return true if the CPU present in the machine is at least a 'bulldozer' CPU + * @return true if the CPU present in the machine is at least a 'piledriver' CPU */ public boolean IsPiledriverCompatible(); /** - * @return true if the CPU present in the machine is at least a 'bulldozer' CPU + * @return true if the CPU present in the machine is at least a 'steamroller' CPU */ public boolean IsSteamrollerCompatible(); /** - * @return true if the CPU present in the machine is at least a 'bulldozer' CPU + * @return true if the CPU present in the machine is at least a 'excavator' CPU */ public boolean IsExcavatorCompatible();