1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Spell raccdt in a more conventional way in a comment.

MFC after:	3 days
This commit is contained in:
Robert Watson 2014-05-06 10:53:51 +00:00
parent 42fabcc35c
commit 089f02b006
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265432

View File

@ -166,7 +166,7 @@ enum sysinit_sub_id {
SI_SUB_KTHREAD_UPDATE = 0xec00000, /* update daemon*/
SI_SUB_KTHREAD_IDLE = 0xee00000, /* idle procs*/
SI_SUB_SMP = 0xf000000, /* start the APs*/
SI_SUB_RACCTD = 0xf100000, /* start raccd*/
SI_SUB_RACCTD = 0xf100000, /* start racctd*/
SI_SUB_LAST = 0xfffffff /* final initialization */
};