From af40910197bb4cd24fe2f5870c386843cced70c2 Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Fri, 16 Jun 2023 16:19:02 +0800 Subject: [PATCH] configure.sh: Improve a comment. The corresponding case block is not only for ARM. Original comment text makes reader confused. Test: N/A, just comment text changes. Change-Id: I3154d18d3b3d237c1eecfe07dc7ec237c98194cf Signed-off-by: Chen Wang --- build/make/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index 6fd67f1..7b2da3c 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -970,7 +970,7 @@ process_common_toolchain() { ;; esac - # Process ARM architecture variants + # Process architecture variants case ${toolchain} in arm*) # on arm, isa versions are supersets -- 2.7.4