projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f658dc
)
Fix typo in comment.
author
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Tue, 7 Feb 2012 19:21:50 +0000
(21:21 +0200)
committer
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Tue, 7 Feb 2012 19:21:50 +0000
(21:21 +0200)
src/port/fls.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/fls.c
b/src/port/fls.c
index 6badc865c8e7c6e0058009707aa37f85c9751513..4a2d6737cf930244985c4ffc8eef428efae1d1ef 100644
(file)
--- a/
src/port/fls.c
+++ b/
src/port/fls.c
@@
-11,7
+11,7
@@
*
* This file was taken from FreeBSD to provide an implementation of fls()
* for platforms that lack it. Note that the operating system's version may
- * be substantially more efficient tha
t
n ours, since some platforms have an
+ * be substantially more efficient than ours, since some platforms have an
* assembly instruction that does exactly this.
*
* The FreeBSD copyright terms follow.