Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6070d81e authored by Adam Buchbinder's avatar Adam Buchbinder Committed by Jiri Kosina
Browse files

tree-wide: fix misspelling of "definition" in comments



"Definition" is misspelled "defintion" in several comments; this
patch fixes them. No code changes.

Signed-off-by: default avatarAdam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent febe29d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@
/**
/**
*  @file    reg.h
*  @file    reg.h
*
*
*  @brief   Generic register defintions used in CSP
*  @brief   Generic register definitions used in CSP
*/
*/
/****************************************************************************/
/****************************************************************************/


+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@
/**
/**
*  @file    mm_addr.h
*  @file    mm_addr.h
*
*
*  @brief   Memory Map address defintions
*  @brief   Memory Map address definitions
*
*
*  @note
*  @note
*     None
*     None
+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@
 * Copyright (C) 2006-2009 ST-Ericsson AB
 * Copyright (C) 2006-2009 ST-Ericsson AB
 * License terms: GNU General Public License (GPL) version 2
 * License terms: GNU General Public License (GPL) version 2
 * Basic register address definitions in physical memory and
 * Basic register address definitions in physical memory and
 * some block defintions for core devices like the timer.
 * some block definitions for core devices like the timer.
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 */
 */


+1 −1
Original line number Original line Diff line number Diff line
/*
/*
 * Platform defintions for Titan
 * Platform definitions for Titan
 */
 */
#ifndef _ASM_SH_TITAN_H
#ifndef _ASM_SH_TITAN_H
#define _ASM_SH_TITAN_H
#define _ASM_SH_TITAN_H
+2 −2
Original line number Original line Diff line number Diff line
@@ -124,7 +124,7 @@ struct sigcontext {
	 * fpstate is really (struct _fpstate *) or (struct _xstate *)
	 * fpstate is really (struct _fpstate *) or (struct _xstate *)
	 * depending on the FP_XSTATE_MAGIC1 encoded in the SW reserved
	 * depending on the FP_XSTATE_MAGIC1 encoded in the SW reserved
	 * bytes of (struct _fpstate) and FP_XSTATE_MAGIC2 present at the end
	 * bytes of (struct _fpstate) and FP_XSTATE_MAGIC2 present at the end
	 * of extended memory layout. See comments at the defintion of
	 * of extended memory layout. See comments at the definition of
	 * (struct _fpx_sw_bytes)
	 * (struct _fpx_sw_bytes)
	 */
	 */
	void __user *fpstate;		/* zero when no FPU/extended context */
	void __user *fpstate;		/* zero when no FPU/extended context */
@@ -219,7 +219,7 @@ struct sigcontext {
	 * fpstate is really (struct _fpstate *) or (struct _xstate *)
	 * fpstate is really (struct _fpstate *) or (struct _xstate *)
	 * depending on the FP_XSTATE_MAGIC1 encoded in the SW reserved
	 * depending on the FP_XSTATE_MAGIC1 encoded in the SW reserved
	 * bytes of (struct _fpstate) and FP_XSTATE_MAGIC2 present at the end
	 * bytes of (struct _fpstate) and FP_XSTATE_MAGIC2 present at the end
	 * of extended memory layout. See comments at the defintion of
	 * of extended memory layout. See comments at the definition of
	 * (struct _fpx_sw_bytes)
	 * (struct _fpx_sw_bytes)
	 */
	 */
	void __user *fpstate;		/* zero when no FPU/extended context */
	void __user *fpstate;		/* zero when no FPU/extended context */
Loading