diff options
author | scottl <scottl@FreeBSD.org> | 2004-06-21 22:42:46 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-06-21 22:42:46 +0000 |
commit | 2c953c0dce6ee9f0415adfb9b5bfe9b36ea514aa (patch) | |
tree | f5238976884d1929cc2dc5d4eee399b83d4e4824 | |
parent | 1e3cfa985ef55d17e4ff01f07b06e5a736dba907 (diff) | |
download | FreeBSD-src-2c953c0dce6ee9f0415adfb9b5bfe9b36ea514aa.zip FreeBSD-src-2c953c0dce6ee9f0415adfb9b5bfe9b36ea514aa.tar.gz |
Fix typo that somehow crept into the previous commit
-rw-r--r-- | sys/kern/sched_4bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index 9c53008..42e6637 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -156,7 +156,7 @@ SYSCTL_NODE(_kern, OID_AUTO, sched, CTLFLAG_RD, 0, "SCHED"); #define SCHD_NAME "4bsd" #define SCHD_NAME_LEN 4 -SYSCTL_STRING(_kern_sched, OID_AUTO, name, CTLFALG_RO, SCHD_NAME, SCHD_NAME_LEN, +SYSCTL_STRING(_kern_sched, OID_AUTO, name, CTLFALG_RD, SCHD_NAME, SCHD_NAME_LEN, "System is using the 4BSD scheduler"); SYSCTL_PROC(_kern_sched, OID_AUTO, quantum, CTLTYPE_INT|CTLFLAG_RW, |