diff --git a/grp/perf.gd b/grp/perf.gd
index 4baa190947..92b1d169c2 100644
--- a/grp/perf.gd
+++ b/grp/perf.gd
@@ -300,7 +300,7 @@ DeclareGlobalFunction("DisplayInformationPerfectGroups");
## factor1, factor2, ...
## among their composition factors.
##
-## Each argument must either be the name of a simple group or an integer
+## Each argument must either be the name of a nonabelian simple group or an integer
## which stands for the product of the sizes of one or more cyclic factors.
## (In fact, the function replaces all integers among the arguments
## by their product.)
diff --git a/grp/simple.gd b/grp/simple.gd
index a8f5b4f1da..97354c9c45 100644
--- a/grp/simple.gd
+++ b/grp/simple.gd
@@ -8,7 +8,7 @@
##
## SPDX-License-Identifier: GPL-2.0-or-later
##
-## This file contains basic constructions for simple groups of bounded size,
+## This file contains basic constructions for nonabelian simple groups of bounded size,
## if necessary by calling the `atlasrep' package.
##
@@ -22,7 +22,7 @@
##
##
##
-## This function will construct an instance of the specified simple group.
+## This function will construct an instance of the specified nonabelian simple group.
## Groups are specified via their name in ATLAS style notation, with parameters added
## if necessary. The intelligence applied to parsing the name is limited, and at the
## moment no proper extensions can be constructed.
@@ -55,7 +55,7 @@ DeclareGlobalFunction("SimpleGroup");
##
##
##
-## For an (almost) simple group this homomorphsim will try to construct an
+## For a nonabelian (almost) simple group this homomorphsim will try to construct an
## epimorphism from a classical group onto it (or return fail if it does
## not work or is not yet implemented).
##
@@ -74,7 +74,7 @@ DeclareGlobalFunction("EpimorphismFromClassical");
##
##
##
-## This function returns an iterator that will run over all simple groups, starting
+## This function returns an iterator that will run over all nonabelian simple groups, starting
## at order start if specified, up to order 10^{18} (or -- if specified
## -- order end). If the option NOPSL2 is given, groups of type
## PSL_2(q) are omitted.