Skip to content

Commit d6a9032

Browse files
committed
Fix typos in 1717
1 parent 9b39f57 commit d6a9032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1717-dllimport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ meaning that it will be common that these attributes are left off by accident.
109109
- Instead of enhancing `#[link]`, a `#[linked_from = "foo"]` annotation could be added.
110110
This has the drawback of not being able to handle native libraries whose
111111
name is unpredictable across platforms in an easy fashion, however.
112-
Additionally, it adds an extra attribute to the comipler that wasn't known
112+
Additionally, it adds an extra attribute to the compiler that wasn't known
113113
previously.
114114

115115
- Support a `#[dllimport]` on extern blocks (or individual symbols, or both).

0 commit comments

Comments
 (0)