* give them a chance of being in the same cacheline.
         *
         * Write access to present_pages at runtime should be protected by
-        * mem_hotplug_begin/end(). Any reader who can't tolerant drift of
-        * present_pages should get_online_mems() to get a stable value.
+        * mem_hotplug_begin/done(). Any reader who can't tolerant drift of
+        * present_pages should use get_online_mems() to get a stable value.
         */
        atomic_long_t           managed_pages;
        unsigned long           spanned_pages;
        unsigned long nr_reclaim_start; /* nr pages written while throttled
                                         * when throttling started. */
        struct task_struct *kswapd;     /* Protected by
-                                          mem_hotplug_begin/end() */
+                                          mem_hotplug_begin/done() */
        int kswapd_order;
        enum zone_type kswapd_highest_zoneidx;
 
 
 
 /*
  * Called by memory hotplug when all memory in a node is offlined. Caller must
- * hold mem_hotplug_begin/end().
+ * be holding mem_hotplug_begin/done().
  */
 void kcompactd_stop(int nid)
 {
 
 
 /*
  * Called by memory hotplug when all memory in a node is offlined.  Caller must
- * hold mem_hotplug_begin/end().
+ * be holding mem_hotplug_begin/done().
  */
 void kswapd_stop(int nid)
 {