diff mbox series

[v3,10/24] dcache: Fix e.g. usage in comment

Message ID 20190327051717.23225-11-tobin@kernel.org (mailing list archive)
State New, archived
Headers show
Series Convert vfs.txt to vfs.rst | expand

Commit Message

Tobin C. Harding March 27, 2019, 5:17 a.m. UTC
Use e.g. when abbreviating 'for example'.

Signed-off-by: Tobin C. Harding <tobin@kernel.org>
---
 fs/dcache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/dcache.c b/fs/dcache.c
index 9fc13c574bfb..141ffe27e95a 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -2229,7 +2229,7 @@  EXPORT_SYMBOL(d_lookup);
  * false-negative result due to unrelated rename activity.
  *
  * __d_lookup is slightly faster by avoiding rename_lock read seqlock,
- * however it must be used carefully, eg. with a following d_lookup in
+ * however it must be used carefully, e.g. with a following d_lookup in
  * the case of failure.
  *
  * __d_lookup callers must be commented.