Skip to content

Commit 448b472

Browse files
authored
Fix typo in URL
1 parent a9ad292 commit 448b472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/filesystem-backed-by-an-llm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cat: secrets.txt: Permission denied
5252

5353
### Interacting With FUSE
5454

55-
After mounting the filesystem with the Go library [bazil.org/fuse](http://basil.org/fuse), the kernel intercepts Virtual File System (VFS) calls like open/read/write and forwards them through `/dev/fuse` to the userspace daemon.
55+
After mounting the filesystem with the Go library [bazil.org/fuse](http://bazil.org/fuse), the kernel intercepts Virtual File System (VFS) calls like open/read/write and forwards them through `/dev/fuse` to the userspace daemon.
5656

5757
```go
5858
import "bazil.org/fuse"

0 commit comments

Comments
 (0)