summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iutil.py b/iutil.py
index e2751307c..e1cde5ec5 100644
--- a/iutil.py
+++ b/iutil.py
@@ -499,7 +499,7 @@ def copyDeviceNode(src, dest):
## Get the SPARC machine variety type.
# @return The SPARC machine type, or 0 if not SPARC.
def getSparcMachine():
- if not isSPARC():
+ if not isSparc():
return 0
machine = None