diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-23 16:58:53 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-23 16:58:53 +0100 |
commit | f2b6ec3140935d88d065359619c04992939a1ddc (patch) | |
tree | 18bfde25c2eef864258fdaab20ee66a16e278c84 /sys/src/9/omap | |
parent | e482b39f8d9ed8c27429cd2f510fc7c8a0dba1c1 (diff) |
correcting unicode superscripts for 1 2 and 3
Diffstat (limited to 'sys/src/9/omap')
-rw-r--r-- | sys/src/9/omap/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/omap/trap.c b/sys/src/9/omap/trap.c index 6b0911e1b..2a97b71c5 100644 --- a/sys/src/9/omap/trap.c +++ b/sys/src/9/omap/trap.c @@ -390,7 +390,7 @@ irq(Ureg* ureg) switch (irqno) { case 56: case 57: - iprint(" (IC)"); + iprint(" (I²C)"); break; case 83: case 86: |