diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-18 06:57:44 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-18 06:58:59 (EST) |
commit | 78067dd62a285731305b7a890da333d265ce6cad (patch) | |
tree | 499ecda40beb27d23dd39bb7f5689faf7ef4e9f2 /docs/security/dock.html | |
parent | c44ef19d49c16064bed8964557f102fb58a336e7 (diff) | |
download | libreboot-78067dd62a285731305b7a890da333d265ce6cad.zip libreboot-78067dd62a285731305b7a890da333d265ce6cad.tar.gz libreboot-78067dd62a285731305b7a890da333d265ce6cad.tar.bz2 |
Documentation: fix incorrect usage of apostrophes.
Diffstat (limited to 'docs/security/dock.html')
-rw-r--r-- | docs/security/dock.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/security/dock.html b/docs/security/dock.html index 2b7fe75..30f23d5 100644 --- a/docs/security/dock.html +++ b/docs/security/dock.html @@ -92,7 +92,7 @@ complete dock driver: Inside dock.c I see some dock_connect and dock_disconnect functions. Such functions are called during the initialisation (romstage.c) and -from the x60's SMI handler (smihandler.c). +from the X60 SMI handler (smihandler.c). Questions: ---------- |