Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-08-01 16:50:57 +0300
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2016-08-01 17:52:39 +0300
commit0d1b0961f9b8ef720cd96ae0a7ac3edcbbf538e5 (patch)
treeb7502ead05fbbd83c523c957fc62e4b7d9f0948b /crypto
parent1dc53d2840bb7f6551afa4364e3a2f71816e810e (diff)
Fix mixed comment markers.
We managed to mix two comment styles in the Go license headers and copy-and-paste it throughout the project. Change-Id: Iec1611002a795368b478e1cae0b53127782210b1 Reviewed-on: https://boringssl-review.googlesource.com/9060 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/check_bn_tests.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/check_bn_tests.go b/crypto/bn/check_bn_tests.go
index 0d2042e1..34cefbb3 100644
--- a/crypto/bn/check_bn_tests.go
+++ b/crypto/bn/check_bn_tests.go
@@ -10,7 +10,7 @@
// SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
// OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
-// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
+// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
package main