Skip to content

Commit 92144f0

Browse files
author
Clark Zinzow
committed
Fixed typo
1 parent 1dcb961 commit 92144f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LBFGS.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [inform, x] = LBFGS(func, x, lbfgsparams)
22
% Implements the limited-memory Broyden-Fletcher-Goldfarb-Shanno algorithm, a
33
% quasi-Newton method that approximates the Broyden-Fletcher-Goldfarb-Shanno
4-
% method using a limited amoung of memory.
4+
% method using a limited amount of memory.
55

66
% Input:
77
% func - a pointer to a function

0 commit comments

Comments
 (0)