]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_gcc/Readme.md
Rollup merge of #102445 - jmillikin:cstr-is-empty, r=Mark-Simulacrum
[rust.git] / compiler / rustc_codegen_gcc / Readme.md
index 27b30e0fd1b336a11de9f2bf6c184d0354ec60fb..fe23a26769663f3a2f61b1ccdf8a3d65ab975d70 100644 (file)
@@ -12,7 +12,7 @@ A secondary goal is to check if using the gcc backend will provide any run-time
 ## Building
 
 **This requires a patched libgccjit in order to work.
-The patches in [this repostory](https://github.com/antoyo/libgccjit-patches) need to be applied.
+The patches in [this repository](https://github.com/antoyo/libgccjit-patches) need to be applied.
 (Those patches should work when applied on master, but in case it doesn't work, they are known to work when applied on 079c23cfe079f203d5df83fea8e92a60c7d7e878.)
 You can also use my [fork of gcc](https://github.com/antoyo/gcc) which already includes these patches.**