diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2018-10-25 20:06:59 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-10-25 20:10:57 +0200 |
commit | 0437e10517aa0b6c2e3490626333a0082ff4c79f (patch) | |
tree | 498f2d6f82500fb304e37771d21d48c6185d089f /m4 | |
parent | Merge pull request #3121 from pguibert6WIND/flowspec_json_issue (diff) | |
download | frr-0437e10517aa0b6c2e3490626333a0082ff4c79f.tar.xz frr-0437e10517aa0b6c2e3490626333a0082ff4c79f.zip |
*: spelchek
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ax_sys_weak_alias.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_sys_weak_alias.m4 b/m4/ax_sys_weak_alias.m4 index 27b0f0c4f..37cbe9187 100644 --- a/m4/ax_sys_weak_alias.m4 +++ b/m4/ax_sys_weak_alias.m4 @@ -22,7 +22,7 @@ # another object file. # # There are four known schemes of declaring weak symbols; each scheme is -# checked in turn, and the first one found is prefered. Note that only one +# checked in turn, and the first one found is preferred. Note that only one # of the mentioned preprocessor macros will be defined! # # 1. Function attributes |