Commit e5db02d4 authored by Alessandro Rubini's avatar Alessandro Rubini

doc: trivial typos

parent 57823c96
...@@ -191,7 +191,7 @@ struct fmc_operations { ...@@ -191,7 +191,7 @@ struct fmc_operations {
}; };
@end smallexample @end smallexample
They perform the following tasks: The individual methods perform the following tasks:
@table @code @table @code
@item readl @item readl
...@@ -212,7 +212,7 @@ They perform the following tasks: ...@@ -212,7 +212,7 @@ They perform the following tasks:
The carrier enumerates FMC devices by loading a standard (or The carrier enumerates FMC devices by loading a standard (or
@i{golden} FPGA binary that allows EEPROM access. Each driver, then, @i{golden} FPGA binary that allows EEPROM access. Each driver, then,
will need to reprogram the FPGA for its own use by calling this 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 carrier will reprogram the golden binary -- which will happen
after @i{remove} time in any case. after @i{remove} time in any case.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment