diff options
-rw-r--r-- | arch/arm64/kvm/vgic/vgic-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kvm/vgic/vgic-debug.c b/arch/arm64/kvm/vgic/vgic-debug.c index 48b9c47d8c11..f8425f381de9 100644 --- a/arch/arm64/kvm/vgic/vgic-debug.c +++ b/arch/arm64/kvm/vgic/vgic-debug.c @@ -352,7 +352,7 @@ static inline bool end_of_iter(struct vgic_its_iter *iter) } /** - * vigc_its_iter_next - Advances the iterator to the next entry in the ITS tables. + * vgic_its_iter_next - Advances the iterator to the next entry in the ITS tables. * @its: The VGIC ITS structure. * @iter: The iterator to advance. * |