diff options
Diffstat (limited to 'kern/sref.h')
-rw-r--r-- | kern/sref.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/sref.h b/kern/sref.h index f035a640..fb62d837 100644 --- a/kern/sref.h +++ b/kern/sref.h @@ -109,8 +109,8 @@ struct sref_counter * sref_weakref_get(struct sref_weakref *weakref); /* * This init operation provides : - * - module fully initialized + * - sref counter and weakref initialization and usage */ -INIT_OP_DECLARE(sref_setup); +INIT_OP_DECLARE(sref_bootstrap); #endif /* _KERN_SREF_H */ |