diff --git a/docs/crd-docu.md b/docs/crd-docu.md
index fb245deca8046d9b8293857e455917a640346add..4002f9b0ec50bcc64822799a0256b30dd37ac9e4 100644
--- a/docs/crd-docu.md
+++ b/docs/crd-docu.md
@@ -103,7 +103,7 @@ Resource Types:
         <td><b><a href="#benchmarkspecloadgenresourcesetsindex">loadGenResourceSets</a></b></td>
         <td>[]object</td>
         <td>
-          The appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.<br/>
+          The loadGenResourceSets specifies all Kubernetes resources required to start the load generator. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.<br/>
         </td>
         <td>true</td>
       </tr><tr>
diff --git a/theodolite/crd/crd-benchmark.yaml b/theodolite/crd/crd-benchmark.yaml
index 4beb1b24188ea099aa1cb2bcd6ce16d505d30b6b..4425763ba4f6d4fd560151f4bd0910f05d50da1f 100644
--- a/theodolite/crd/crd-benchmark.yaml
+++ b/theodolite/crd/crd-benchmark.yaml
@@ -157,7 +157,7 @@ spec:
                           items:
                             type: string
               loadGenResourceSets:
-                description: The appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.
+                description: The loadGenResourceSets specifies all Kubernetes resources required to start the load generator. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.
                 type: array
                 items:
                   type: object