aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-30 01:24:24 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-30 01:24:24 +0000
commit32223c1b7dea9bcf5ccb35a6462fb6a29a344910 (patch)
treeb4c646668481cdc1dd9daaea77bf963c2e2862a0 /lib/libc/amd64
parent1ce4275dd2c639eb1ce78cba2fd31d4b61f72562 (diff)
downloadsrc-32223c1b7dea9bcf5ccb35a6462fb6a29a344910.tar.gz
src-32223c1b7dea9bcf5ccb35a6462fb6a29a344910.zip
libc: spelling fixes.
Mostly on comments.
Notes
Notes: svn path=/head/; revision=298830
Diffstat (limited to 'lib/libc/amd64')
-rw-r--r--lib/libc/amd64/string/strcmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/string/strcmp.S b/lib/libc/amd64/string/strcmp.S
index 07009c1f3b54..787e1e07b1b0 100644
--- a/lib/libc/amd64/string/strcmp.S
+++ b/lib/libc/amd64/string/strcmp.S
@@ -29,7 +29,7 @@ ENTRY(strcmp)
jmp .Ldone
/*
- * Check whether s2 is aligned to a word boundry. If it is, we
+ * Check whether s2 is aligned to a word boundary. If it is, we
* can compare by words. Otherwise we have to compare by bytes.
*/
.Ls1aligned: