diff options
author | Adriano Carvalho <adrianocarvalho.pt@gmail.com> | 2025-08-25 23:32:30 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-08-30 20:45:33 +0200 |
commit | 76733999b04849ae85c5233f59cce9023c0d45b4 (patch) | |
tree | ce5af02b50c7a24d0ea32d73bf91ee66d728f00b | |
parent | 45d32d2911b8b854abfd56ca6691bf5d47825656 (diff) |
doc: Use "supports" instead of "has"
Strictly speaking, "has" doesn't make sense.
"supports" seems like a better word and it probably was what the original author meant.
Signed-off-by: Adriano Carvalho <adrianocarvalho.pt@gmail.com>
-rw-r--r-- | tools/buildman/buildman.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst index 3b51b9ed2b3..49ac5caeb14 100644 --- a/tools/buildman/buildman.rst +++ b/tools/buildman/buildman.rst @@ -476,7 +476,7 @@ Setting up Buildman should now be set up to use your new toolchain. - At the time of writing, U-Boot has these architectures: + At the time of writing, U-Boot supports these architectures: arc, arm, m68k, microblaze, mips, nios2, powerpc, sandbox, sh, x86, xtensa |