summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/dmesg.c')
-rw-r--r--sys-utils/dmesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index de4b3abc6..b47fede96 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -113,7 +113,7 @@ struct dmesg_control {
/*
* For the --file option we mmap whole file. The unnecessary (already
* printed) pages are always unmapped. The result is that we have in
- * memory only the currenly used page(s).
+ * memory only the currently used page(s).
*/
char *mmap_buff;
size_t pagesize;