summaryrefslogtreecommitdiffstats
path: root/bin/sh/mkinit.c
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-05-22 14:03:46 +0000
committeruqs <uqs@FreeBSD.org>2011-05-22 14:03:46 +0000
commitbfe0a2ea2665bc475c186f67f09dd71c5eca6aaf (patch)
tree1e83c2c954462c171097322b88b64e1d10dd3d82 /bin/sh/mkinit.c
parent1fb4642784519876f8220deacb97f0f95ac6c055 (diff)
downloadFreeBSD-src-bfe0a2ea2665bc475c186f67f09dd71c5eca6aaf.zip
FreeBSD-src-bfe0a2ea2665bc475c186f67f09dd71c5eca6aaf.tar.gz
Fix some typos under bin/
Found by: codespell
Diffstat (limited to 'bin/sh/mkinit.c')
-rw-r--r--bin/sh/mkinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/mkinit.c b/bin/sh/mkinit.c
index 82f2a55..866b238 100644
--- a/bin/sh/mkinit.c
+++ b/bin/sh/mkinit.c
@@ -75,7 +75,7 @@ __FBSDID("$FreeBSD$");
/*
- * A text structure is basicly just a string that grows as more characters
+ * A text structure is basically just a string that grows as more characters
* are added onto the end of it. It is implemented as a linked list of
* blocks of characters. The routines addstr and addchar append a string
* or a single character, respectively, to a text structure. Writetext
OpenPOWER on IntegriCloud