chia7712 commented on code in PR #21231:
URL: https://github.com/apache/kafka/pull/21231#discussion_r2656803849


##########
clients/src/main/java/org/apache/kafka/common/utils/Shell.java:
##########
@@ -48,7 +48,7 @@ public abstract class Shell {
     private int exitCode;
     private Process process; // sub process used to execute the command
 
-    /* If or not script finished executing */
+    /* Whether or not the script finished executing */

Review Comment:
   how about using `Whether the script finished executing`? it is simpler 😄 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to