From 6002c77e8f98c827c409cd1032d63a6896fd469a Mon Sep 17 00:00:00 2001 From: maxim Date: Sun, 8 May 2005 02:20:10 +0000 Subject: [PATCH] Capitalize at the start of sentence. --- sys/sys/imgact_aout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h index 52a04dbc2faf..1c1596fdcec4 100644 --- a/sys/sys/imgact_aout.h +++ b/sys/sys/imgact_aout.h @@ -105,7 +105,7 @@ /* * Header prepended to each a.out file. - * only manipulate the a_midmag field via the + * Only manipulate the a_midmag field via the * N_SETMAGIC/N_GET{MAGIC,MID,FLAG} macros. */