Skip to content

Commit 0cfcfdc

Browse files
authored
Merge pull request #74 from helgee/patch-1
Fix typo
2 parents d213e55 + 3c31bae commit 0cfcfdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This package uses the [GPUCompiler package](https://github.com/JuliaGPU/GPUCompi
4848
## Limitations
4949

5050
* GC-tracked allocations and global variables do work with `compile`, but the way they are implemented is brittle and can be dangerous. Allocate with care.
51-
* GC-tracked allocations and global varaibles do *not* work with `compile_executable` (yet).
51+
* GC-tracked allocations and global variables do *not* work with `compile_executable` (yet).
5252
* Type unstable code is not yet supported.
5353
* Doesn't currently work on Windows.
5454
* If you find any other limitations, let us know. There's probably lots.

0 commit comments

Comments
 (0)