From 8aaba57a52894f7f922233050ce5bcf9c7992ea2 Mon Sep 17 00:00:00 2001 From: Albert Chu Date: Sun, 25 Jul 2021 17:12:19 -0700 Subject: [PATCH] plugins: fix several typos --- src/plugins/mf_priority.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/mf_priority.cpp b/src/plugins/mf_priority.cpp index db8bbbe0..4ecc5525 100644 --- a/src/plugins/mf_priority.cpp +++ b/src/plugins/mf_priority.cpp @@ -8,7 +8,7 @@ * SPDX-License-Identifier: LGPL-3.0 \************************************************************/ -/* mycpppriority.cpp - custom basic job priority plugin +/* mf_priority.cpp - custom basic job priority plugin * */ @@ -123,8 +123,8 @@ static void rec_update_cb (flux_t *h, /* - * Unpack the urgency and userid from a submitted job and call calc_priority (), - * which will return a new job priority to be packed. + * Unpack the urgency and userid from a submitted job and call + * priority_calculation (), which will return a new job priority to be packed. */ static int priority_cb (flux_plugin_t *p, const char *topic,