diff --git a/accounts/scwallet/README.md b/accounts/scwallet/README.md
index 195603c0eafeb0a0a678ede0c121de8f65b9192b..bf67c9c91085761008909d96f6c82566e1514460 100644
--- a/accounts/scwallet/README.md
+++ b/accounts/scwallet/README.md
@@ -27,4 +27,4 @@ personal.openWallet("pcsc://a4d73015")
 
 ## Known issues
 
-  * Starting geth with a valid card seems to make firefox crash
\ No newline at end of file
+  * Starting geth with a valid card seems to make firefox crash.
\ No newline at end of file
diff --git a/accounts/scwallet/hub.go b/accounts/scwallet/hub.go
index bdc546d54be259075606971205bc215c419f2c2c..f02728d2b458f00e56142dd0e83a584a02ef5891 100644
--- a/accounts/scwallet/hub.go
+++ b/accounts/scwallet/hub.go
@@ -21,8 +21,8 @@
 // to other types of hardware wallet. The process works like this:
 //
 // 1. (First use with a given client) Establish a pairing between hardware
-//    wallet and client. This requires a secret value called a 'PUK'. You can
-//    pair with an unpaired wallet with `personal.openWallet(URI, PUK)`.
+//    wallet and client. This requires a secret value called a 'pairing password'.
+//    You can pair with an unpaired wallet with `personal.openWallet(URI, pairing password)`.
 // 2. (First use only) Initialize the wallet, which generates a keypair, stores
 //    it on the wallet, and returns it so the user can back it up. You can
 //    initialize a wallet with `personal.initializeWallet(URI)`.