From b87e568b78892d050212f74b99fd8ca34d06d301 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Mon, 3 Oct 2011 12:24:16 -0700 Subject: [PATCH] Comment adjustment. --- .../parser/org/eclipse/cdt/internal/core/pdom/dom/PDOMFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/dom/PDOMFile.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/dom/PDOMFile.java index 9ffa8d035c1..21f01d57692 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/dom/PDOMFile.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/dom/PDOMFile.java @@ -63,7 +63,7 @@ public class PDOMFile implements IIndexFragmentFile { private final PDOMLinkage fLinkage; private final long record; private IIndexFileLocation location; // No need to make volatile, all fields of IndexFileLocation are final. - private ISignificantMacros sigMacros; // No need to make volatile, all fields of FileContentsKey are either final or volatile. + private ISignificantMacros sigMacros; // No need to make volatile, all fields of SignificantMacros are either final or atomically updated. private static final int FIRST_NAME = 0; private static final int FIRST_INCLUDE = FIRST_NAME + Database.PTR_SIZE;