OSDN Git Service

gallium: Fix Thomas's email address
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 28 Jul 2017 20:40:49 +0000 (13:40 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 28 Jul 2017 20:41:51 +0000 (13:41 -0700)
Commit 877128505431adaf817dc8069172ebe4a1cdf5d8 misspelled Hellstrom.

src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c

index 250f739..d22c24e 100644 (file)
@@ -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>
  */
 
 
index 31087ae..89df2e9 100644 (file)
@@ -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>
  */
 
 
index 96c0683..dbecf15 100644 (file)
@@ -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 <jfonseca@vmware.com>
  */