[PATCH] fix typo in alpha/lib Makefile comment

Mike Hlavac <[email protected]> Tue, 26 May 2026 19:00:34 -0400
Newsgroups org.kernel.vger.linux-alpha
Message-ID <[email protected]>
Fix a typo in a comment in arch/alpha/lib/Makefile.  “Iff” -> “if"

Signed-off-by:   Mike Hlavac ([email protected])

--- /home/griffin/kernel-hacking/alpha-lib-typo/Makefile-orig	2026-05-26 14:49:18.246555089 -0400
+++ arch/alpha/lib/Makefile	2026-05-26 14:50:32.805555377 -0400
@@ -6,7 +6,7 @@
 asflags-y := $(KBUILD_CFLAGS)

 # Many of these routines have implementations tuned for ev6.
-# Choose them iff we're targeting ev6 specifically.
+# Choose them if we're targeting ev6 specifically.
 ev6-$(CONFIG_ALPHA_EV6) := ev6-

 # Several make use of the cttz instruction introduced in ev67.