From 7b093a313b219a8e209d6397ed64be4c48a39284 Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Sat, 18 Apr 2026 12:21:55 +0100 Subject: [PATCH] docs: fix common typos across documentation and javadoc Covers: locaiton, receieved, visibe, receipient, Signtaure, signatire, extenstions, diabled, overriden, sl4j, andd, resuable, endian-independant, benchamrk, "by used"/"will replaced", and the "CPI" -> "CPU" slip in AffinityLock javadoc. Doc-only - no behaviour changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- affinity/src/main/java/net/openhft/affinity/AffinityLock.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/affinity/src/main/java/net/openhft/affinity/AffinityLock.java b/affinity/src/main/java/net/openhft/affinity/AffinityLock.java index cf0ed4ca0..1a4a05551 100644 --- a/affinity/src/main/java/net/openhft/affinity/AffinityLock.java +++ b/affinity/src/main/java/net/openhft/affinity/AffinityLock.java @@ -456,7 +456,7 @@ protected void finalize() throws Throwable { } /** - * @return unique id for this CPI or -1 if not allocated. + * @return unique id for this CPU or -1 if not allocated. */ public int cpuId() { return cpuId;