From 7ea4cda2ab4ddaeabaf4fd1c3337f9894424ce92 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Fri, 28 Jul 2017 13:40:49 -0700 Subject: gallium: Fix Thomas's email address Commit 877128505431adaf817dc8069172ebe4a1cdf5d8 misspelled Hellstrom. --- src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c | 2 +- src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c | 2 +- src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c index 250f739c8b0..d22c24e6755 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c @@ -30,7 +30,7 @@ * Buffer cache. * * \author Jose Fonseca - * \author Thomas Hellström + * \author Thomas Hellström */ diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c index 31087ae5f3a..89df2e947bc 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c @@ -31,7 +31,7 @@ * Batch buffer pool management. * * \author Jose Fonseca - * \author Thomas Hellström + * \author Thomas Hellström */ diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c index 96c0683a1bd..dbecf15903d 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c @@ -32,7 +32,7 @@ * * @sa http://en.wikipedia.org/wiki/Slab_allocation * - * @author Thomas Hellstrom + * @author Thomas Hellstrom * @author Jose Fonseca */ -- cgit v1.2.3