home: hub: zuo

Download patch

ref: 493e9cd08147add01bba9247f36759f095b87678
parent: cbc4dbd38efbc9e123a2f30df8163fcdf5f22a3b
author: Jens Axel Søgaard <jensaxel@soegaard.net>
date: Tue Oct 17 20:12:27 CDT 2023

Fix typo

--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@
 other libraries after `make install` or `./zuo build.zuo install`.
 
 You can use heap images without embedding. The `dump-heap-and-exit`
-Zuo kernel permitive creates a heap image, and a `-B` or `--boot`
+Zuo kernel primitive creates a heap image, and a `-B` or `--boot`
 command-line flag for Zuo uses the given boot image on startup. You
 can also embed an image created with `dump-image-and-exit` by using
 `local/image.zuo` with the `--image` flag.