diff --git a/.gnupg/pinentry-auto.sh b/.gnupg/pinentry-auto.sh
index 79c1d0d944614d69e78759f2172b6c4d87b865e2..f56eead97f53911b16c0802dab352f7357f8d7ba 100755
--- a/.gnupg/pinentry-auto.sh
+++ b/.gnupg/pinentry-auto.sh
@@ -34,5 +34,5 @@ case "${PINENTRY_USER_DATA-}" in
 esac
 
 # Otherwise, use any UI (configured by Debian Alternatives System)
-# Note: Will fall back to curses if $DISPLAY is not available.
+# Note: Will fall back to qt if $DISPLAY is not available.
 exec pinentry-qt "$@"
\ No newline at end of file