summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
committereadler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
commit156fd4834ab9a6f666ba46003a8fd7bd64dfdb39 (patch)
tree39bcd5f2ee01f18547e0b8f8fc9bd18343a1940e /sys/arm/include
parentb4b3af68b5d52029bca29260dc9f0a8bb34795c5 (diff)
downloadFreeBSD-src-156fd4834ab9a6f666ba46003a8fd7bd64dfdb39.zip
FreeBSD-src-156fd4834ab9a6f666ba46003a8fd7bd64dfdb39.tar.gz
Don't repeat the the word 'the'
(one manual change to fix grammar) Confirmed With: db Approved by: secteam (not really, but this is a comment typo fix)
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/asm.h b/sys/arm/include/asm.h
index c63b7d1..44b9d2b 100644
--- a/sys/arm/include/asm.h
+++ b/sys/arm/include/asm.h
@@ -79,7 +79,7 @@
/*
* EENTRY()/EEND() mark "extra" entry/exit points from a function.
- * LEENTRY()/LEEND() are the the same for local symbols.
+ * LEENTRY()/LEEND() are the same for local symbols.
* The unwind info cannot handle the concept of a nested function, or a function
* with multiple .fnstart directives, but some of our assembler code is written
* with multiple labels to allow entry at several points. The EENTRY() macro
OpenPOWER on IntegriCloud