summaryrefslogtreecommitdiff
path: root/x86info.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2009-12-11 00:02:28 -0500
committerDave Jones <davej@redhat.com>2009-12-11 00:02:28 -0500
commit7102fe88a1c35a20328d953155c8188e98b8d372 (patch)
treea46c5a9893e29ece88d894c135477b81e3765b06 /x86info.c
parent4a521797cbf7be9baf67ade5308a7740eb722318 (diff)
remove extraneous space
Diffstat (limited to 'x86info.c')
-rw-r--r--x86info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86info.c b/x86info.c
index 3e0ba76..8b913bd 100644
--- a/x86info.c
+++ b/x86info.c
@@ -402,7 +402,7 @@ int main (int argc, char **argv)
if (nrCPUs == 1) {
/* Handle the single CPU case */
- printf("processor ");
+ printf("processor");
} else {
char *p;
p = corenum(threads_per_socket);