rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/

Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <1440375847-17603-10-git-send-email-cota@braap.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Emilio G. Cota 2015-08-23 20:23:38 -04:00 committed by Paolo Bonzini
parent 5243722376
commit 492e1ca9bd
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ struct rcu_reader_data {
/* Data used by reader only */
unsigned depth;
/* Data used for registry, protected by rcu_gp_lock */
/* Data used for registry, protected by rcu_registry_lock */
QLIST_ENTRY(rcu_reader_data) node;
};