From f271d7a0f8cf389f3ee4f6bf8d68e716a60ea571 Mon Sep 17 00:00:00 2001 From: Kashav Madan Date: Wed, 27 Dec 2017 20:47:17 -0500 Subject: [PATCH] go/pointer: fix typo ("distiction" -> "distinction") Change-Id: I88334b30b08e110b837c255220385c9c4cd4a823 Reviewed-on: https://go-review.googlesource.com/85576 Reviewed-by: Emmanuel Odeke --- go/pointer/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/pointer/doc.go b/go/pointer/doc.go index 22e569cd..e317cf5c 100644 --- a/go/pointer/doc.go +++ b/go/pointer/doc.go @@ -431,7 +431,7 @@ Structs Field offsets are logical field offsets (plus one for the identity node), so the sizes of the fields can be ignored by the analysis. - (The identity node is non-traditional but enables the distiction + (The identity node is non-traditional but enables the distinction described above, which is valuable for code comprehension tools. Typical pointer analyses for C, whose purpose is compiler optimization, must soundly model unsafe.Pointer (void*) conversions,