From c7b3272ca9541392c73525967a5bffd2f08965d2 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 3 Jun 2021 07:56:32 +0200 Subject: [PATCH] all-packages.nix: typo in comment (#125464) --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 043d76347418..b39120e921d8 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -11415,7 +11415,7 @@ in llvm_5 = llvmPackages_5.llvm; llvmPackages = let - # This returns the minimum suported version for the platform. The + # This returns the minimum supported version for the platform. The # assumption is that or any later version is good. choose = platform: /**/ if platform.isDarwin then (if platform.isAarch64 then 11 else 7)