Blame SOURCES/0013-lib-nbdkit.ml-Correct-copy-paste-error-in-comment.patch

7bddab
From 3d20ba06ab98388c3f08e2430eef53e1e912ef62 Mon Sep 17 00:00:00 2001
7bddab
From: "Richard W.M. Jones" <rjones@redhat.com>
7bddab
Date: Wed, 23 Mar 2022 10:37:24 +0000
7bddab
Subject: [PATCH] lib/nbdkit.ml: Correct copy/paste error in comment
7bddab
7bddab
(cherry picked from commit f44c8d2e819a38ea670b0577fafc8f88265ceacf)
7bddab
---
7bddab
 lib/nbdkit.ml | 2 +-
7bddab
 1 file changed, 1 insertion(+), 1 deletion(-)
7bddab
7bddab
diff --git a/lib/nbdkit.ml b/lib/nbdkit.ml
7bddab
index 6787fbb0..85621775 100644
7bddab
--- a/lib/nbdkit.ml
7bddab
+++ b/lib/nbdkit.ml
7bddab
@@ -202,7 +202,7 @@ If the messages above are not sufficient to diagnose the problem then add the 
7bddab
                          socket]);
7bddab
   );
7bddab
 
7bddab
-  (* Set the regular Unix permissions, in case qemu is
7bddab
+  (* Set the regular Unix permissions, in case nbdkit is
7bddab
    * running as another user.
7bddab
    *)
7bddab
   chmod socket 0o777;
7bddab
-- 
7bddab
2.31.1
7bddab