about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/14
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-05-08 18:02:09 +0000
committerGitHub <noreply@github.com>2023-05-08 18:02:09 +0000
commit54295bf9766b179b0c1d32e725d07188d8636295 (patch)
tree8b826fcfb3e012fb5b2f7524193653b06f15e615 /pkgs/development/compilers/llvm/14
parentee4a1a8b3f5d234a6fe9c951d575c38526b5a1ba (diff)
parentfe607c75cecd4ded7afb5864470db9c6d2607548 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/compilers/llvm/14')
-rw-r--r--pkgs/development/compilers/llvm/14/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/14/default.nix b/pkgs/development/compilers/llvm/14/default.nix
index baef21602de79..cf3cf1133e588 100644
--- a/pkgs/development/compilers/llvm/14/default.nix
+++ b/pkgs/development/compilers/llvm/14/default.nix
@@ -5,7 +5,7 @@
 , targetLlvmLibraries # libraries, but from the next stage, for cross
 , targetLlvm
 # This is the default binutils, but with *this* version of LLD rather
-# than the default LLVM verion's, if LLD is the choice. We use these for
+# than the default LLVM version's, if LLD is the choice. We use these for
 # the `useLLVM` bootstrapping below.
 , bootBintoolsNoLibc ?
     if stdenv.targetPlatform.linker == "lld"