From 21fa152ffa67e955711b68f80feea62a8dd8544b Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Tue, 22 May 2001 00:29:42 +0000
Subject: [PATCH] Fix a grammar nit.
PR: 27520
Submitted by: Michael Lucas
---
sys/boot/forth/loader.conf.5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5
index ce571619de4..9027fa1d1f3 100644
--- a/sys/boot/forth/loader.conf.5
+++ b/sys/boot/forth/loader.conf.5
@@ -65,7 +65,7 @@ The general parsing rules are:
.It
Spaces and empty lines are ignored.
.It
-A # sign will mark the remaining of the line as a comment.
+A # sign will mark the remainder of the line as a comment.
.It
Only one setting can be present on each line.
.El