summaryrefslogtreecommitdiff
path: root/liboil/liboilprofile.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2006-03-20 20:52:18 +0000
committerDavid Schleef <ds@schleef.org>2006-03-20 20:52:18 +0000
commit5fb9007b27c4d918f0c9d9d648c31a179947c470 (patch)
tree1e16d8db9091aeb75943c5b0b49dbc6aa51a6248 /liboil/liboilprofile.c
parent033a83d04fca4a9b8f4d7df554c65a215ef40b59 (diff)
downloadliboil-5fb9007b27c4d918f0c9d9d648c31a179947c470.tar.gz
* liboil/liboilprofile.c: Fix misspelling of XScale profile
function (fixes #6076)
Diffstat (limited to 'liboil/liboilprofile.c')
-rw-r--r--liboil/liboilprofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liboil/liboilprofile.c b/liboil/liboilprofile.c
index 60ffa56..92d78af 100644
--- a/liboil/liboilprofile.c
+++ b/liboil/liboilprofile.c
@@ -217,7 +217,7 @@ oil_profile_stamp_mips(void)
#if defined(__arm__)
/* untested */
static unsigned long
-oil_profile_stamp_xcale255(void)
+oil_profile_stamp_xscale255(void)
{
unsigned int ts;
/* this only works for XScale 255 */