Package: tcc
Version: 0.9.25-13
Severity: minor
Tags: patch upstream
Typo in i386-gen.c
--- i386-gen.c 2012-01-08 17:37:11.000000000 +0100
+++ i386-gen.c 2012-01-08 17:37:33.000000000 +0100
@@ -1068,7 +1068,7 @@
case 12: func = TOK___bound_ptr_indir12; break;
case 16: func = TOK___bound_ptr_indir16; break;
default:
- tcc_error("unhandled size when derefencing bounded pointer");
+ tcc_error("unhandled size when dereferencing bounded pointer");
func = 0;
break;
}
-- System Information:
Debian Release: wheezy/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'),
(500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages tcc depends on:
ii dpkg 1.16.1.2
ii install-info 4.13a.dfsg.1-8
ii libc6 2.13-24
Versions of packages tcc recommends:
ii libc6-dev [libc-dev] 2.13-24
tcc suggests no packages.
-- no debconf information
--- i386-gen.c.o 2012-01-08 17:37:11.000000000 +0100
+++ i386-gen.c 2012-01-08 17:37:33.000000000 +0100
@@ -1068,7 +1068,7 @@
case 12: func = TOK___bound_ptr_indir12; break;
case 16: func = TOK___bound_ptr_indir16; break;
default:
- tcc_error("unhandled size when derefencing bounded pointer");
+ tcc_error("unhandled size when dereferencing bounded pointer");
func = 0;
break;
}