summaryrefslogtreecommitdiffstats
path: root/bin/sh/var.h
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2006-02-04 14:41:27 +0000
committerschweikh <schweikh@FreeBSD.org>2006-02-04 14:41:27 +0000
commita1b48439af3126d47f493f7ecdf3afc239ad4524 (patch)
tree37dc976b776cbf39d7d9ddefefbdf5df761f7db9 /bin/sh/var.h
parent211f90fcfb5b98d900416388fccaed906c98e8d3 (diff)
downloadFreeBSD-src-a1b48439af3126d47f493f7ecdf3afc239ad4524.zip
FreeBSD-src-a1b48439af3126d47f493f7ecdf3afc239ad4524.tar.gz
s/staticly/statically/g
Diffstat (limited to 'bin/sh/var.h')
-rw-r--r--bin/sh/var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/var.h b/bin/sh/var.h
index 90074b9..4eb5dc1 100644
--- a/bin/sh/var.h
+++ b/bin/sh/var.h
@@ -40,8 +40,8 @@
/* flags */
#define VEXPORT 0x01 /* variable is exported */
#define VREADONLY 0x02 /* variable cannot be modified */
-#define VSTRFIXED 0x04 /* variable struct is staticly allocated */
-#define VTEXTFIXED 0x08 /* text is staticly allocated */
+#define VSTRFIXED 0x04 /* variable struct is statically allocated */
+#define VTEXTFIXED 0x08 /* text is statically allocated */
#define VSTACK 0x10 /* text is allocated on the stack */
#define VUNSET 0x20 /* the variable is not set */
#define VNOFUNC 0x40 /* don't call the callback function */
OpenPOWER on IntegriCloud