Zepp-Hanzj opened a new pull request, #3508:
URL: https://github.com/apache/nuttx-apps/pull/3508

   ## Summary
   
     * Fix spelling errors in QuickJS Kconfig and nettest source that affect 
user-visible configuration text and internal code labels.
     * Changes:
       - `interpreters/quickjs/Kconfig:17`: "distable" -> "Disable" in 
INTERPRETERS_QUICKJS_NONE choice description
       - `interpreters/quickjs/Kconfig:43`: "destory" -> "destroy" in 
INTERPRETERS_QUICKJS_EXT_HOOK bool text
       - `interpreters/quickjs/Kconfig:48`: "destory" -> "destroy" in help text 
for the same option
       - `testing/nettest/utils/nettest_tcpserver.c:412,418,427`: `err_destory` 
-> `err_destroy` label name (2 goto targets + 1 label definition)
     * No functional change — cosmetic fixes only.
   
   ## Impact
   
     * Is new feature added? Is existing feature changed? NO
     * Impact on user (will user need to adapt to change)? NO
     * Impact on build (will build process change)? NO
     * Impact on hardware (will arch(s) / board(s) / driver(s) change)? NO
     * Impact on documentation (is update required / provided)? NO
     * Impact on security (any sort of implications)? NO
     * Impact on compatibility (backward/forward/interoperability)? NO
   
   ## Testing
   
     * Build Host(s): Linux (WSL Ubuntu), x86_64
     * Verification: `checkpatch.sh -f` on both modified files — all checks 
pass.
     * The changes are to Kconfig user-visible text and an internal C label 
name; no runtime behavior is affected.


-- 
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