diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 9f127acb57dfcff248ba86a0e4ec4f6e5b8963ce..0148e4768923932eba17fc9de93ccf7045a0d10a 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -172,7 +172,7 @@ jobs:
 
       - name: Split requirements all
         run: |
-          # We split requirements all into two different files.
+          # We split requirements all into multiple files.
           # This is to prevent the build from running out of memory when
           # resolving packages on 32-bits systems (like armhf, armv7).