]> rtime.felk.cvut.cz Git - omk/sssa.git/commitdiff
Fixed typos spotted by Tommaso Cucinotta
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 16 Apr 2009 10:23:32 +0000 (12:23 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 16 Apr 2009 10:23:32 +0000 (12:23 +0200)
snippets/base.omk
snippets/linux.omk

index 726539a3ea0e30bc41dbada5564d83c798500d86..956576fae042dece2b68e792cf91a1b21e5a78b4 100644 (file)
@@ -207,7 +207,7 @@ $(pass)-$(3)-subdir:
                RELATIVE_DIR=$(RELATIVE_PREFIX)$(3) -C $(2)/$(3) \
                -f $(SUBDIR_MAKEFILE) $(pass)-submakes
 # In subdirectories we can call submakes directly since passes are
-# already searialized on the toplevel make.
+# already serialized on the toplevel make.
 endef
 
 ifdef OMK_TESTSROOT
index 4d1868483c364587c662d6562a56529695e225bb..c5876b7c37967ee052c8d691a0bef81359603d32 100644 (file)
@@ -811,7 +811,7 @@ clean-local: clean-custom
 
 include-pass-submakes: extra-rules-subdirs
 
-# We must go to EXTRA_RULES_SUBDIRS beofre going to any other
+# We must go to EXTRA_RULES_SUBDIRS before going to any other
 # directory, since the executables compiled in EXTRA_RULES_SUBDIRS
 # might be needed there.
 include-pass-this-dir $(foreach subdir,$(SUBDIRS),include-pass-$(subdir)-subdir): extra-rules-subdirs