Index: common/logging/fields.go |
diff --git a/common/logging/fields.go b/common/logging/fields.go |
index 9b1dbbbf85e13e0cd545f671fe4ae29418f59d0d..102c27365e7d0d2849e16831bbcedbfdbe9ed251 100644 |
--- a/common/logging/fields.go |
+++ b/common/logging/fields.go |
@@ -176,7 +176,7 @@ func (s fieldEntrySlice) Len() int { |
// SetFields adds the additional fields as context for the current Logger. The |
// display of these fields depends on the implementation of the Logger. The |
-// new Logger will contain the combination of its current Fields, updated with |
+// new context will contain the combination of its current Fields, updated with |
// the new ones (see Fields.Copy). Specifying the new fields as nil will |
// clear the currently set fields. |
func SetFields(c context.Context, fields Fields) context.Context { |