From: Kenneth Graunke Date: Fri, 28 Jul 2017 20:40:49 +0000 (-0700) Subject: gallium: Fix Thomas's email address X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ea4cda2ab4ddaeabaf4fd1c3337f9894424ce92;p=mesa.git gallium: Fix Thomas's email address Commit 877128505431adaf817dc8069172ebe4a1cdf5d8 misspelled Hellstrom. --- 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 */