| .. | .. |
|---|
| 37 | 37 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 38 | 38 | */ |
|---|
| 39 | 39 | |
|---|
| 40 | | -/* A "hypercall" is an "sc 1" instruction. This header file file provides C |
|---|
| 40 | +/* A "hypercall" is an "sc 1" instruction. This header file provides C |
|---|
| 41 | 41 | * wrapper functions for the ePAPR hypervisor interface. It is inteded |
|---|
| 42 | 42 | * for use by Linux device drivers and other operating systems. |
|---|
| 43 | 43 | * |
|---|
| .. | .. |
|---|
| 246 | 246 | * ev_int_eoi - signal the end of interrupt processing |
|---|
| 247 | 247 | * @interrupt: the interrupt number |
|---|
| 248 | 248 | * |
|---|
| 249 | | - * This function signals the end of processing for the the specified |
|---|
| 249 | + * This function signals the end of processing for the specified |
|---|
| 250 | 250 | * interrupt, which must be the interrupt currently in service. By |
|---|
| 251 | 251 | * definition, this is also the highest-priority interrupt. |
|---|
| 252 | 252 | * |
|---|