diff options
Diffstat (limited to 'lib/vdso/datastore.c')
-rw-r--r-- | lib/vdso/datastore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vdso/datastore.c b/lib/vdso/datastore.c index e227fbbcb796..4e350f56ace3 100644 --- a/lib/vdso/datastore.c +++ b/lib/vdso/datastore.c @@ -109,7 +109,7 @@ struct vm_area_struct *vdso_install_vvar_mapping(struct mm_struct *mm, unsigned * non-root time namespace. Whenever a task changes its namespace, the VVAR * page tables are cleared and then they will be re-faulted with a * corresponding layout. - * See also the comment near timens_setup_vdso_data() for details. + * See also the comment near timens_setup_vdso_clock_data() for details. */ int vdso_join_timens(struct task_struct *task, struct time_namespace *ns) { |