Index: content/browser/frame_host/navigation_controller_impl.h |
diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h |
index b9ca975d1a5f316d0c540af0f419b1dd7eae8e36..afbebc451e17242501ad2dd32ceae8a7c7d1d21c 100644 |
--- a/content/browser/frame_host/navigation_controller_impl.h |
+++ b/content/browser/frame_host/navigation_controller_impl.h |
@@ -363,7 +363,7 @@ class CONTENT_EXPORT NavigationControllerImpl |
// displayed tab is. |
// |
// This may refer to an item in the entries_ list if the pending_entry_index_ |
- // == -1, or it may be its own entry that should be deleted. Be careful with |
+ // != -1, or it may be its own entry that should be deleted. Be careful with |
// the memory management. |
NavigationEntryImpl* pending_entry_; |