From: Keith Randall Date: Tue, 31 Mar 2015 22:37:25 +0000 (-0700) Subject: [dev.ssa] cmd/internal/ssa: fix typo X-Git-Tag: go1.7beta1~1623^2^2~474 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=412944484c775d86d677e1dce38b923e27b437b0;p=gostls13.git [dev.ssa] cmd/internal/ssa: fix typo Change-Id: I2209da94f1fd76267847d8d599e17f9d9a296ed3 Reviewed-on: https://go-review.googlesource.com/8320 Reviewed-by: Alan Donovan --- diff --git a/src/cmd/internal/ssa/cse.go b/src/cmd/internal/ssa/cse.go index 71f23013cf..c44b08f61c 100644 --- a/src/cmd/internal/ssa/cse.go +++ b/src/cmd/internal/ssa/cse.go @@ -56,7 +56,7 @@ func cse(f *Func) { } // Find an equivalence class where some members of the class have - // non-equvalent arguments. Split the equivalence class appropriately. + // non-equivalent arguments. Split the equivalence class appropriately. // Repeat until we can't find any more splits. for { changed := false