Cure recent x86 warts.
[deliverable/binutils-gdb.git] / bfd / nlmswap.h
index 5a9ce7268d003a46a8c37cacfcd06b4a412e1cf9..e6d28862d8e20068c5e83743cdbb6f21beef82e3 100644 (file)
@@ -36,7 +36,7 @@ static void nlm_swap_fixed_header_out PARAMS ((bfd *,
                                               PTR));
 
 /* Translate an NLM fixed length file header in external format into an NLM
-   file header in internal format. */
+   file header in internal format.  */
 
 static void
 nlm_swap_fixed_header_in (abfd, realsrc, dst)
@@ -96,7 +96,7 @@ nlm_swap_fixed_header_in (abfd, realsrc, dst)
 }
 
 /* Translate an NLM fixed length file header in internal format into
-   an NLM file header in external format. */
+   an NLM file header in external format.  */
 
 static void
 nlm_swap_fixed_header_out (abfd, src, realdst)
This page took 0.023004 seconds and 4 git commands to generate.