Repository : http://git.fedorahosted.org/git/?p=secure-coding.git On branch : master >--------------------------------------------------------------- commit fab2049127ec0a116a15d1eff478ce14b31d15af Author: Florian Weimer <fweimer@xxxxxxxxxx> Date: Tue Oct 7 14:16:27 2014 +0200 Go: Fix typo >--------------------------------------------------------------- defensive-coding/en-US/Go.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/defensive-coding/en-US/Go.xml b/defensive-coding/en-US/Go.xml index e1285ed..06098e7 100644 --- a/defensive-coding/en-US/Go.xml +++ b/defensive-coding/en-US/Go.xml @@ -22,7 +22,7 @@ Code which does not run in parallel and does not use the <literal>unsafe</literal> package (or other packages which expose unsafe constructs) is memory-safe. For example, invalid casts and - out-of-range subscripting cause panics and run time. + out-of-range subscripting cause panics at run time. </para> <para> Keep in mind that finalization can introduce parallelism because -- security mailing list security@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/security