2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>

* normal/crypto.c (read_crypto_list): Fix a typo.
	Reported by: Seth Goldberg.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-04 16:13:35 +01:00
parent b4b7be98db
commit f209b5b230
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,12 @@
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
* normal/crypto.c (read_crypto_list): Fix a typo.
Reported by: Seth Goldberg.
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
* Makefile.in (DISTCLEANFILES): Add stamp-h1.
Reported by: Seth Goldberg.
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
@ -10,6 +16,7 @@
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
* genmk.rb: Remove terminal*.lst in make clean.
Reported by: Seth Goldberg.
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>

View file

@ -95,7 +95,7 @@ read_crypto_list (void)
return;
}
/* Override previous commands.lst. */
/* Override previous crypto.lst. */
grub_crypto_spec_free ();
for (;; grub_free (buf))