summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-03-06 18:44:02 -0900
committerKent Overstreet <kent.overstreet@gmail.com>2017-03-06 18:44:02 -0900
commit17d8887ecf34bda4a986e59b9f018994003c37f6 (patch)
treea17cb91fc15b7a291752f764d72a60f84cf1c9a6
parent43da67afe06af961adddd7875740afca3090de90 (diff)
typo
-rw-r--r--FAQ.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.mdwn b/FAQ.mdwn
index e104fec..87d18a3 100644
--- a/FAQ.mdwn
+++ b/FAQ.mdwn
@@ -22,7 +22,7 @@ Your options are:
#### Ensure bcache cannot start before resume has finished
You could for example use bcache as a module you don't load during resume.
However this also means you cannot access any bcache device during resume.
-#### Disable the caching device on bcache before hibrinating
+#### Disable the caching device on bcache before hibernating
Set the cache_mode to none. This will ensure no writes are performed to the caching device.
This however has the downside you cannot use bcache performance during suspend and resume.