mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
s/staticly/statically/g
This commit is contained in:
parent
b3decf89a2
commit
bbb2cc80aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155303
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user