aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fbos/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fbos/init.h b/include/fbos/init.h
index dcffd02..a3cc16f 100644
--- a/include/fbos/init.h
+++ b/include/fbos/init.h
@@ -11,7 +11,7 @@
// This greatly simplifies the specification and the hardware, but for the
// kernel this means that harts will appear randomly. In order to know which
// hart runs first, in Linux they run a "lottery": an atomic value holds how
-// many harts hav already been seen. The first hart to appear will actually
+// many harts have already been seen. The first hart to appear will actually
// initialize things before bringing the others up, while the others will simply
// wait until the first hart frees the lock for them.
//