diff --git a/winsup/doc/dll.sgml b/winsup/doc/dll.sgml
index 724c42d06..8ba1a6095 100644
--- a/winsup/doc/dll.sgml
+++ b/winsup/doc/dll.sgml
@@ -45,7 +45,7 @@ For this example, we'll use a single file
gcc -c mydll.c
Fortunately, with the latest gcc and binutils the process for building a dll
-is now much simpler. Say you want to build this minimal function in mydll.c:
+is now pretty simple. Say you want to build this minimal function in mydll.c:
int WINAPI
mydll_init(HANDLE h, DWORD reason, void *foo)