mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 17:07:49 +00:00
fixed typo
This commit is contained in:
parent
5410a31f09
commit
f6f077526e
2
inxi
2
inxi
|
@ -5061,7 +5061,7 @@ get_cpu_data()
|
||||||
gsub(/^ +| +$/, "", $NF)
|
gsub(/^ +| +$/, "", $NF)
|
||||||
family=toupper( sprintf("%x", $NF) )
|
family=toupper( sprintf("%x", $NF) )
|
||||||
}
|
}
|
||||||
/^(stepping|cpu revission)/ && ( rev == "" ){
|
/^(stepping|cpu revision)/ && ( rev == "" ){
|
||||||
gsub(/^ +| +$/, "", $NF)
|
gsub(/^ +| +$/, "", $NF)
|
||||||
rev=$NF
|
rev=$NF
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue