aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-10-15 09:52:02 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-10-15 09:52:02 +0000
commit4e449284ab770f9956cb0c39d3834c7c881b81ec (patch)
treea2833076339583e042426cff6fe8dd55f4434f7c /storage
parent74ee668794123075fee9be2a052fbe311572619e (diff)
Update comment
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/filestorhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h b/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h
index 0b57c0440fd..f0421970d08 100644
--- a/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h
+++ b/storage/src/vespa/storage/persistence/filestorage/filestorhandler.h
@@ -110,7 +110,7 @@ public:
/**
* Used by file stor threads to get their next message to process.
*
- * @param disk The disk to get messages for
+ * @param stripe The stripe to get messages for
*/
LockedMessage getNextMessage(uint32_t stripeId);