diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-02-07 21:21:50 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-02-07 21:21:50 +0200 |
commit | 5ece8ecae88fd7fd8616429790bd70ca2ffad260 (patch) | |
tree | b5bc811c5b0589a1f80ee34bec86c81420a845a9 /src | |
parent | 4f658dc851a73fc309a61be2503c29ed78a1592e (diff) | |
download | postgresql-5ece8ecae88fd7fd8616429790bd70ca2ffad260.tar.gz postgresql-5ece8ecae88fd7fd8616429790bd70ca2ffad260.zip |
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/port/fls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/fls.c b/src/port/fls.c index 6badc865c8e..4a2d6737cf9 100644 --- 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 thatn 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. |