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

Commit df5cbb27 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

doc: fix double words



Fix double words "the the" in various files
within Documentations.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 2509671d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -255,7 +255,7 @@ AUTOFS_DEV_IOCTL_OPENMOUNT and AUTOFS_DEV_IOCTL_CLOSEMOUNT

Obtain and release a file descriptor for an autofs managed mount point
path. The open call requires an initialized struct autofs_dev_ioctl with
the the path field set and the size field adjusted appropriately as well
the path field set and the size field adjusted appropriately as well
as the arg1 field set to the device number of the autofs mount. The
device number can be obtained from the mount options shown in
/proc/mounts. The close call requires an initialized struct
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ pthread_cond_wait_pi(cond, mutex)
	   lock(cond->__data.__lock);
	} while(...)
	unlock(cond->__data.__lock);
        /* the kernel acquired the the mutex for us */
        /* the kernel acquired the mutex for us */
}

pthread_cond_broadcast_pi(cond)
+1 −1
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@ simple scheme, which is compatible with earlier usage, is:

Rationale: We have no information about the orientation of the touching
ellipse, so approximate it with an inscribed circle instead. The tool
ellipse should align with the the vector (T - C), so the diameter must
ellipse should align with the vector (T - C), so the diameter must
increase with distance(T, C). Finally, assume that the touch diameter is
equal to the tool thickness, and we arrive at the formulas above.

+1 −1
Original line number Diff line number Diff line
@@ -541,7 +541,7 @@ initialized. This is the beginning of the struct:
92         } _sifields;
93 } siginfo_t;

On 64-bit, the int is 4 bytes long, so it must the the union member that has
On 64-bit, the int is 4 bytes long, so it must the union member that has
not been initialized. We can verify this using gdb:

	$ gdb vmlinux
+1 −1
Original line number Diff line number Diff line
@@ -1371,7 +1371,7 @@ code. Here are some examples of these sorts of optimizations:
			process_message(msg);
	}

     There is nothing to prevent the the compiler from transforming
     There is nothing to prevent the compiler from transforming
     process_level() to the following, in fact, this might well be a
     win for single-threaded code:

Loading