diff --git a/src/plugins/switch/elan/switch_elan.c b/src/plugins/switch/elan/switch_elan.c
index 9e438392bee13ba6705612898f8174ebdae0689f..989d1d0f7d86a9c3b1d531607b6dc723b5375d64 100644
--- a/src/plugins/switch/elan/switch_elan.c
+++ b/src/plugins/switch/elan/switch_elan.c
@@ -126,17 +126,15 @@ static slurm_errtab_t slurm_errtab[] = {
  *      <application>/<method>
  *
  * where <application> is a description of the intended application of
- * the plugin (e.g., "jobcomp" for SLURM job completion logging) and <method>
- * is a description of how this plugin satisfies that application.  SLURM will
- * only load job completion logging plugins if the plugin_type string has a 
- * prefix of "jobcomp/".
+ * the plugin (e.g., "switch" for SLURM switch) and <method> is a description 
+ * of how this plugin satisfies that application.  SLURM will only load
+ * a switch plugin if the plugin_type string has a prefix of "switch/".
  *
  * plugin_version - an unsigned 32-bit integer giving the version number
  * of the plugin.  If major and minor revisions are desired, the major
  * version number may be multiplied by a suitable magnitude constant such
  * as 100 or 1000.  Various SLURM versions will likely require a certain
- * minimum versions for their plugins as the job completion logging API 
- * matures.
+ * minimum versions for their plugins as this API matures.
  */
 const char plugin_name[]        = "switch Quadrics Elan3 or Elan4 plugin";
 const char plugin_type[]        = "switch/elan";