summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-20 01:00:51 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-20 01:00:51 +0000
commitde946003a50818fed8f920796b4e9d4cf02d5ab9 (patch)
treeef834e042e80df596e0f5cb1f7a58b107ef94bab /cpudetect.c
parent77b430d1adf88f949dcc2d1c6734b55069e60ec7 (diff)
downloadmpv-de946003a50818fed8f920796b4e9d4cf02d5ab9.tar.bz2
mpv-de946003a50818fed8f920796b4e9d4cf02d5ab9.tar.xz
more cpudetect cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6136 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 0e79315351..6ed4015a10 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -117,7 +117,7 @@ void GetCpuCaps( CpuCaps *caps)
caps->cpuType=8+((regs2[0]>>20)&255);
}
caps->cpuStepping=regs2[0] & 0xf;
- mp_msg(MSGT_CPUDETECT,MSGL_INFO,"(Type: %d, Stepping: %d)\n",
+ mp_msg(MSGT_CPUDETECT,MSGL_INFO,"(Family: %d, Stepping: %d)\n",
caps->cpuType, caps->cpuStepping);
// general feature flags: