summaryrefslogtreecommitdiffstats
path: root/sys/geom/journal
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-28 19:26:46 +0000
committerpfg <pfg@FreeBSD.org>2016-04-28 19:26:46 +0000
commit586d106e191628e927b30d43c75a8684094fe6e6 (patch)
tree5c0e2959416d03c5421ce6f8d58b36124e426a63 /sys/geom/journal
parentad2faac8a70ca88c67f9300c30c013990bf8ab13 (diff)
downloadFreeBSD-src-586d106e191628e927b30d43c75a8684094fe6e6.zip
FreeBSD-src-586d106e191628e927b30d43c75a8684094fe6e6.tar.gz
sys/geom: spelling fixes.
These affect debugging messages. MFC after: 2 weeks
Diffstat (limited to 'sys/geom/journal')
-rw-r--r--sys/geom/journal/g_journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/journal/g_journal.h b/sys/geom/journal/g_journal.h
index 82aae0d..392dc77 100644
--- a/sys/geom/journal/g_journal.h
+++ b/sys/geom/journal/g_journal.h
@@ -224,7 +224,7 @@ struct g_journal_entry {
#define GJ_VALIDATE_OFFSET(offset, sc) do { \
if ((offset) + GJ_RECORD_MAX_SIZE(sc) >= (sc)->sc_jend) { \
(offset) = (sc)->sc_jstart; \
- GJ_DEBUG(2, "Starting from the begining (%s).", \
+ GJ_DEBUG(2, "Starting from the beginning (%s).", \
(sc)->sc_name); \
} \
} while (0)
OpenPOWER on IntegriCloud