From ba06cc439e9a88c9c75db8b5cb145d7e59acf54b Mon Sep 17 00:00:00 2001 From: Alessandro Rubini <rubini@gnudd.com> Date: Tue, 17 Jul 2012 13:29:21 +0200 Subject: [PATCH] doc: trivial typos --- doc/fmc-bus.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fmc-bus.in b/doc/fmc-bus.in index 6bb24b2..ddfab39 100644 --- a/doc/fmc-bus.in +++ b/doc/fmc-bus.in @@ -191,7 +191,7 @@ struct fmc_operations { }; @end smallexample -They perform the following tasks: +The individual methods perform the following tasks: @table @code @item readl @@ -212,7 +212,7 @@ They perform the following tasks: The carrier enumerates FMC devices by loading a standard (or @i{golden} FPGA binary that allows EEPROM access. Each driver, then, will need to reprogram the FPGA for its own use by calling this - function. If @i{reprogram} is called with NULL argumentes, the + function. If @i{reprogram} is called with NULL arguments, the carrier will reprogram the golden binary -- which will happen after @i{remove} time in any case. -- GitLab