]> Cypherpunks repositories - gostls13.git/commit
sort: Fix typo in stable sort comment
authorMatt Bostock <matt@mattbostock.com>
Tue, 16 Feb 2016 18:53:46 +0000 (18:53 +0000)
committerRobert Griesemer <gri@golang.org>
Thu, 18 Feb 2016 19:20:41 +0000 (19:20 +0000)
commit8fd1634f443cebcb176c7a95104b61240733e420
treeac2f8763376463c75acc27074b45713e78d3272a
parent3e91e8aa356328c5a7c2ab0f6291f99c69145cdc
sort: Fix typo in stable sort comment

Fix `reverences`, which I believe should read as `references`.

Change-Id: I450efcbeee0f8861a84b209f2e6636764034232a
Reviewed-on: https://go-review.googlesource.com/19469
Reviewed-by: Russ Cox <rsc@golang.org>
src/sort/sort.go