diff options
author | José Fonseca <[email protected]> | 2009-10-17 11:45:04 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-10-17 11:45:04 +0100 |
commit | 5d42e3988de8b3e1b37d8c21d18db240bc8b4096 (patch) | |
tree | 0b7536f3c43232cebf9a68cdb334aa2a18ed2e30 /src/gallium/auxiliary/util/u_keymap.c | |
parent | 60a39b6799c72430851d92f93758e2f25487a0f4 (diff) |
util: Rename from u_* to util_* while we're at it.
To be consistent with the rest.
Diffstat (limited to 'src/gallium/auxiliary/util/u_keymap.c')
-rw-r--r-- | src/gallium/auxiliary/util/u_keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_keymap.c b/src/gallium/auxiliary/util/u_keymap.c index 508a2ee0634..f856395ca92 100644 --- a/src/gallium/auxiliary/util/u_keymap.c +++ b/src/gallium/auxiliary/util/u_keymap.c @@ -28,7 +28,7 @@ /** * Key lookup/associative container. * - * Like Jose's u_hash_table, based on CSO cache code for now. + * Like Jose's util_hash_table, based on CSO cache code for now. * * Author: Brian Paul */ |