diff options
author | Kenneth Graunke <[email protected]> | 2017-07-28 13:40:49 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-07-28 13:41:51 -0700 |
commit | 7ea4cda2ab4ddaeabaf4fd1c3337f9894424ce92 (patch) | |
tree | c0e3d33f15d23fe38d80a213e98747738a79699b | |
parent | 19c90481d4f0a1aa5b85654d169eab7fdba623da (diff) |
gallium: Fix Thomas's email address
Commit 877128505431adaf817dc8069172ebe4a1cdf5d8 misspelled Hellstrom.
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c | 2 | ||||
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c | 2 | ||||
-rw-r--r-- | 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 <jfonseca-at-vmware-dot-com> - * \author Thomas Hellström <thellstom-at-vmware-dot-com> + * \author Thomas Hellström <thellstrom-at-vmware-dot-com> */ 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 <jfonseca-at-vmware-dot-com> - * \author Thomas Hellström <thellstom-at-vmware-dot-com> + * \author Thomas Hellström <thellstrom-at-vmware-dot-com> */ 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 <thellstom-at-vmware-dot-com> + * @author Thomas Hellstrom <thellstrom-at-vmware-dot-com> * @author Jose Fonseca <[email protected]> */ |