diff --git a/src/neighbor.cpp b/src/neighbor.cpp
index 7ed83152115e45fa68fd3d629e955c2543e4bc57..74db8ef73a8476f1fcc8f7450823089faaefb69d 100644
--- a/src/neighbor.cpp
+++ b/src/neighbor.cpp
@@ -993,13 +993,13 @@ void Neighbor::build()
 }
 
 /* ----------------------------------------------------------------------
-   build a single non-active pairwise neighbor list indexed by I
-   called by other classes when needed occasionally
+   build a single occasional pairwise neighbor list indexed by I
+   called by other classes
 ------------------------------------------------------------------------- */
 
 void Neighbor::build_one(int i)
 {
-  // update stencils and grow atom arrays and bins
+  // update stencils and grow atom arrays and bins as needed
   // only for relevant settings of stencilflag and growflag
   // do not reset maxlocal to atom->nmax, since not all lists are being grown