]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc/src/platform-support/unknown-uefi.md
New upstream version 1.65.0+dfsg1
[rustc.git] / src / doc / rustc / src / platform-support / unknown-uefi.md
index 8f90d9c7453d0a81e479f4ed8eb473cc5e028a4c..295dec0f0e488aeee419db6e29e380c5d534fb42 100644 (file)
@@ -133,7 +133,7 @@ There are 3 common ways to compile native C code for UEFI targets:
 - Use native Windows targets. This means compiling your C code for the Windows
   platform as if it was the UEFI platform. This works for static libraries, but
   needs adjustments when linking into an UEFI executable. You can, however,
-  link such static libraries seemlessly into rust code compiled for UEFI
+  link such static libraries seamlessly into rust code compiled for UEFI
   targets. Be wary of any includes that are not specifically suitable for UEFI
   targets (especially the C standard library includes are not always
   compatible). Freestanding compilations are recommended to avoid