[go] push by g...@golang.org - exp/norm: fix typo... on 2012-02-13 19:50 GMT

0 views
Skip to first unread message

g...@googlecode.com

unread,
Feb 13, 2012, 2:51:13 PM2/13/12
to golang-...@googlegroups.com
Revision: bea4f55e688e
Author: Shenghou Ma <minu...@gmail.com>
Date: Mon Feb 13 11:50:06 2012
Log: exp/norm: fix typo

R=golang-dev, gri
CC=golang-dev
http://codereview.appspot.com/5649086

Committer: Robert Griesemer <g...@golang.org>
http://code.google.com/p/go/source/detail?r=bea4f55e688e

Modified:
/src/pkg/exp/norm/maketables.go

=======================================
--- /src/pkg/exp/norm/maketables.go Mon Feb 13 05:54:46 2012
+++ /src/pkg/exp/norm/maketables.go Mon Feb 13 11:50:06 2012
@@ -675,7 +675,7 @@
if c.ccc != ccc(d[0]) {
// We assume the lead ccc of a decomposition !=0 in this case.
if ccc(d[0]) == 0 {
- logger.Fatal("Expected leading CCC to be non-zero; ccc is %d", c.ccc)
+ logger.Fatalf("Expected leading CCC to be non-zero; ccc is %d",
c.ccc)
}
}
} else if v := makeEntry(&f)<<8 | uint16(c.ccc); v != 0 {

Reply all
Reply to author
Forward
0 new messages