This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push: new a2755104b0 fix(comment): correct typos in ConsumeQueueExt class. (#9124) a2755104b0 is described below commit a2755104b0cc925d1b66ccfb26aba8b54ceb0d8a Author: Kris20030907 <99409434+kris20030...@users.noreply.github.com> AuthorDate: Wed Jan 15 14:51:09 2025 +0800 fix(comment): correct typos in ConsumeQueueExt class. (#9124) --- store/src/main/java/org/apache/rocketmq/store/ConsumeQueueExt.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/src/main/java/org/apache/rocketmq/store/ConsumeQueueExt.java b/store/src/main/java/org/apache/rocketmq/store/ConsumeQueueExt.java index 780505c53d..3f266378df 100644 --- a/store/src/main/java/org/apache/rocketmq/store/ConsumeQueueExt.java +++ b/store/src/main/java/org/apache/rocketmq/store/ConsumeQueueExt.java @@ -33,7 +33,7 @@ import org.apache.rocketmq.store.logfile.MappedFile; * such as message store time, filter bit map and etc. * <p/> * <li>1. This class is used only by {@link ConsumeQueue}</li> - * <li>2. And is week reliable.</li> + * <li>2. And is weakly reliable.</li> * <li>3. Be careful, address returned is always less than 0.</li> * <li>4. Pls keep this file small.</li> */