aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKai-Yang Chen <kevin.1010607@gapp.nthu.edu.tw>2023-12-26 17:33:20 +0000
committerWarner Losh <imp@FreeBSD.org>2023-12-26 17:44:33 +0000
commitb6ae2ec7b03250cc22cd9bf64044d113ec64d9f1 (patch)
tree6b3fb75dee312977afc2101f147751258f985c90 /bin
parent878bf23d3758244171f12e06d956c021b30a2aad (diff)
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/memalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c
index 7850bb147b01..9c50156e8e00 100644
--- a/bin/sh/memalloc.c
+++ b/bin/sh/memalloc.c
@@ -283,7 +283,7 @@ growstackblock(int min)
/*
- * The following routines are somewhat easier to use that the above.
+ * The following routines are somewhat easier to use than the above.
* The user declares a variable of type STACKSTR, which may be declared
* to be a register. The macro STARTSTACKSTR initializes things. Then
* the user uses the macro STPUTC to add characters to the string. In