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

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